#AE0CBA

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

Shades of Deep Magenta #AE0CBA

Tints of Deep Magenta #AE0CBA

Color information

#AE0CBA (or 0xAE0CBA) is unknown color: approx Deep Magenta. HEX triplet: AE, 0C and BA. RGB value is (174,12,186). Sum of RGB (Red+Green+Blue) = 174+12+186=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CBA is #51F345. Grayscale: #4F4F4F. Windows color (decimal): -5370694 or 12192942. OLE color: 12192942.

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

Color convert

RGB17412186-
CMYK0.060.9400.27
HSL295.86º87.88%38.82%-
HSV(B)295.86º93.55%72.94%-
XYZ26.4512.8147.53-
YUV80.27187.67194.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 186 (73.05% from 255) = 50%
R=46.77%
G=3.23%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174121860.060.9400.27295.8687.8838.82
HexAECBA65E01B1285827
Octal25614272613603345013047
Binary1010111011001011101011010111100110111001010001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0CBA; }

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

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

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

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

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

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

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

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