#AE08A9

Color #AE08A9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AE08A9

Tints of Deep Magenta #AE08A9

Color information

#AE08A9 (or 0xAE08A9) is unknown color: approx Deep Magenta. HEX triplet: AE, 08 and A9. RGB value is (174,8,169). Sum of RGB (Red+Green+Blue) = 174+8+169=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE08A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE08A9 is #51F756. Grayscale: #4B4B4B. Windows color (decimal): -5371735 or 11077806. OLE color: 11077806.

HSL color Cylindrical-coordinate representation of color #AE08A9: hue angle of 301.81º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE08A9 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB1748169-
CMYK00.950.030.32
HSL301.81º91.21%35.69%-
HSV(B)301.81º95.4%68.24%-
XYZ24.712.0438.56-
YUV75.99180.5197.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 8 (3.52% from 255) = 2.28%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=49.57%
G=2.28%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174816900.950.030.32301.8191.2135.69
HexAE8A905F32012e5b24
Octal25610251013734045613344
Binary1010111010001010100101011111111000001001011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE08A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE08A9; }

 p { color: rgb(174,8,169); }

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

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

 a { background-color: rgb(174,8,169); }

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

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

 span { border-color: rgb(174,8,169); }

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