Html Css Color HEX #AA0CAC Dark Magenta

📋 copy color: '#AA0CAC'

red 170 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #AA0CAC

Tints of Dark Magenta #AA0CAC

RGB

 RED value IS 170 (66.8% from 255) = 48.02%

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 48.02%
G = 3.39%
B = 48.59%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA0CAC (or 0xAA0CAC) is known color: Dark Magenta. HEX triplet: AA, 0C and AC. RGB value is (170,12,172). Sum of RGB (Red+Green+Blue) = 170+12+172=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CAC is #55F353. Grayscale: #4D4D4D. Windows color (decimal): -5632852 or 11275434. OLE color: 11275434.

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

Color convert

RGB 170 12 172 -
CMYK 0.01 0.93 0 0.33
HSL 299.25º 0.87% 0.36% -
HSV(B) 299.25º 0.93% 0.67% -
XYZ 24.16 11.79 40.03 -
YUV 77.48 181.35 193.99 -
System Red Green Blue C M Y K H S L
Decimal 170 12 172 0.01 0.93 0 0.33 299.25 0.87 0.36
Hex AA C AC 1 5D 0 21 12B 57 24
Octal 252 14 254 1 135 0 41 453 127 44
Binary 10101010 1100 10101100 1 1011101 0 100001 100101011 1010111 100100

Color Harmonies of #AA0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CAC

Black with #AA0CAC

Text Example


Text Example

White with #AA0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CAC; }

 p { color: rgb(170,12,172); }

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

background-color css

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

 a { background-color: rgb(170,12,172); }

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

border-color css

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

 span { border-color: rgb(170,12,172); }

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