#AE01BA

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

Shades of Deep Magenta #AE01BA

Tints of Deep Magenta #AE01BA

Color information

#AE01BA (or 0xAE01BA) is unknown color: approx Deep Magenta. HEX triplet: AE, 01 and BA. RGB value is (174,1,186). Sum of RGB (Red+Green+Blue) = 174+1+186=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE01BA is #51FE45. Grayscale: #494949. Windows color (decimal): -5373510 or 12190126. OLE color: 12190126.

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

Color convert

RGB1741186-
CMYK0.060.9900.27
HSL296.11º98.93%36.67%-
HSV(B)296.11º99.46%72.94%-
XYZ26.3312.5747.49-
YUV73.82191.31199.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=48.20%
G=0.28%
B=51.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17411860.060.9900.27296.1198.9336.67
HexAE1BA66301B1286325
Octal2561272614303345014345
Binary1010111011011101011011000110110111001010001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE01BA; }

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

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

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

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

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

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

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

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