#AE10B6

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

Shades of Deep Magenta #AE10B6

Tints of Deep Magenta #AE10B6

Color information

#AE10B6 (or 0xAE10B6) is unknown color: approx Deep Magenta. HEX triplet: AE, 10 and B6. RGB value is (174,16,182). Sum of RGB (Red+Green+Blue) = 174+16+182=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE10B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10B6 is #51EF49. Grayscale: #515151. Windows color (decimal): -5369674 or 11931822. OLE color: 11931822.

HSL color Cylindrical-coordinate representation of color #AE10B6: hue angle of 297.11º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE10B6 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17416182-
CMYK0.040.9100.29
HSL297.11º83.84%38.82%-
HSV(B)297.11º91.21%71.37%-
XYZ26.0812.7545.34-
YUV82.17184.35193.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 16 (6.64% from 255) = 4.30%
BLUE value IS 182 (71.48% from 255) = 48.92%
R=46.77%
G=4.30%
B=48.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174161820.040.9100.29297.1183.8438.82
HexAE10B645B01D1295427
Octal25620266413303545112447
Binary10101110100001011011010010110110111011001010011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE10B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE10B6; }

 p { color: rgb(174,16,182); }

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

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

 a { background-color: rgb(174,16,182); }

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

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

 span { border-color: rgb(174,16,182); }

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