#ae26a7

Color #AE26A7 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AE26A7

Tints of Medium Red Violet #AE26A7

Color information

#AE26A7 (or 0xAE26A7) is unknown color: approx Medium Red Violet. HEX triplet: AE, 26 and A7. RGB value is (174,38,167). Sum of RGB (Red+Green+Blue) = 174+38+167=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE26A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE26A7 is #51D958. Grayscale: #5C5C5C. Windows color (decimal): -5364057 or 10954414. OLE color: 10954414.

HSL color Cylindrical-coordinate representation of color #AE26A7: hue angle of 303.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE26A7 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB17438167-
CMYK00.780.040.32
HSL303.09º64.15%41.57%-
HSV(B)303.09º78.16%68.24%-
XYZ25.1213.1737.78-
YUV93.37169.56185.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 38 (15.23% from 255) = 10.03%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=45.91%
G=10.03%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743816700.780.040.32303.0964.1541.57
HexAE26A704E42012f402a
Octal25646247011644045710052
Binary1010111010011010100111010011101001000001001011111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae26a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae26a7; }

 p { color: rgb(174,38,167); }

 H1.HeaderClassName
 {
   color: #ae26a7;
 }
 .AnyTagClassName
 {
   color: #ae26a7;
 }
</style>
background-color css

<style>
 a { background-color: #ae26a7; }

 a { background-color: rgb(174,38,167); }

 div.DivClassName
 {
   background-color: #ae26a7;
 }
 .BgClassName
 {
   background-color: #ae26a7;
 }
</style>
border-color css

<style>
 span { border-color: #ae26a7; }

 span { border-color: rgb(174,38,167); }

 td.TdClassName
 {
   border-color: #ae26a7;
 }
 .TagClassName
 {
   border-color: #ae26a7;
 }
</style>