Html Css Color HEX #AE0CA2 Dark Magenta

📋 copy color: '#AE0CA2'

red 174 ◦ green 12 ◦ blue 162

#AE0CA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AE0CA2

Tints of Dark Magenta #AE0CA2

RGB

 RED value IS 174 (68.36% from 255) = 50%

 GREEN value IS 12 (5.08% from 255) = 3.45%

 BLUE value IS 162 (63.67% from 255) = 46.55%

R = 50%
G = 3.45%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE0CA2 (or 0xAE0CA2) is known color: Dark Magenta. HEX triplet: AE, 0C and A2. RGB value is (174,12,162). Sum of RGB (Red+Green+Blue) = 174+12+162=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0CA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0CA2 is #51F35D. Grayscale: #4D4D4D. Windows color (decimal): -5370718 or 10620078. OLE color: 10620078.

HSL color Cylindrical-coordinate representation of color #AE0CA2: hue angle of 304.44º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0CA2 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 162 -
CMYK 0 0.93 0.07 0.32
HSL 304.44º 0.87% 0.36% -
HSV(B) 304.44º 0.93% 0.68% -
XYZ 24.11 11.87 35.2 -
YUV 77.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 174 12 162 0 0.93 0.07 0.32 304.44 0.87 0.36
Hex AE C A2 0 5D 7 20 130 57 24
Octal 256 14 242 0 135 7 40 460 127 44
Binary 10101110 1100 10100010 0 1011101 111 100000 100110000 1010111 100100

Color Harmonies of #AE0CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CA2

Black with #AE0CA2

Text Example


Text Example

White with #AE0CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CA2; }

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

 H1.HeaderClassName
 {
   color: #AE0CA2;
 }
 .AnyTagClassName
 {
   color: #AE0CA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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