#AE00BA

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

Shades of Deep Magenta #AE00BA

Tints of Deep Magenta #AE00BA

Color information

#AE00BA (or 0xAE00BA) is unknown color: approx Deep Magenta. HEX triplet: AE, 00 and BA. RGB value is (174,0,186). Sum of RGB (Red+Green+Blue) = 174+0+186=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00BA is #51FF45. Grayscale: #484848. Windows color (decimal): -5373766 or 12189870. OLE color: 12189870.

HSL color Cylindrical-coordinate representation of color #AE00BA: hue angle of 296.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00BA is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1740186-
CMYK0.06100.27
HSL296.13º100%36.47%-
HSV(B)296.13º100%72.94%-
XYZ26.3212.5447.49-
YUV73.23191.65199.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=48.33%
G=0%
B=51.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17401860.06100.27296.1310036.47
HexAE0BA66401B1286424
Octal2560272614403345014444
Binary1010111001011101011011001000110111001010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE00BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE00BA; }

 p { color: rgb(174,0,186); }

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

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

 a { background-color: rgb(174,0,186); }

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

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

 span { border-color: rgb(174,0,186); }

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