#AE18B2

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

Shades of Deep Magenta #AE18B2

Tints of Deep Magenta #AE18B2

Color information

#AE18B2 (or 0xAE18B2) is unknown color: approx Deep Magenta. HEX triplet: AE, 18 and B2. RGB value is (174,24,178). Sum of RGB (Red+Green+Blue) = 174+24+178=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE18B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE18B2 is #51E74D. Grayscale: #555555. Windows color (decimal): -5367630 or 11671726. OLE color: 11671726.

HSL color Cylindrical-coordinate representation of color #AE18B2: hue angle of 298.44º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE18B2 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17424178-
CMYK0.020.8700.30
HSL298.44º76.24%39.61%-
HSV(B)298.44º86.52%69.8%-
XYZ25.8212.8743.24-
YUV86.41179.7190.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 24 (9.77% from 255) = 6.38%
BLUE value IS 178 (69.92% from 255) = 47.34%
R=46.28%
G=6.38%
B=47.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174241780.020.8700.30298.4476.2439.61
HexAE18B225701E12a4c28
Octal25630262212703645211450
Binary1010111011000101100101010101110111101001010101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE18B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE18B2; }

 p { color: rgb(174,24,178); }

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

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

 a { background-color: rgb(174,24,178); }

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

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

 span { border-color: rgb(174,24,178); }

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