Html Css Color HEX #AA0CA7 Dark Magenta

📋 copy color: '#AA0CA7'

red 170 ◦ green 12 ◦ blue 167

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

Shades of Dark Magenta #AA0CA7

Tints of Dark Magenta #AA0CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.85%

R = 48.71%
G = 3.44%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA0CA7 (or 0xAA0CA7) is known color: Dark Magenta. HEX triplet: AA, 0C and A7. RGB value is (170,12,167). Sum of RGB (Red+Green+Blue) = 170+12+167=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA7 is #55F358. Grayscale: #4C4C4C. Windows color (decimal): -5632857 or 10947754. OLE color: 10947754.

HSL color Cylindrical-coordinate representation of color #AA0CA7: hue angle of 301.14º 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 #AA0CA7 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 12 167 -
CMYK 0 0.93 0.02 0.33
HSL 301.14º 0.87% 0.36% -
HSV(B) 301.14º 0.93% 0.67% -
XYZ 23.68 11.6 37.55 -
YUV 76.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 170 12 167 0 0.93 0.02 0.33 301.14 0.87 0.36
Hex AA C A7 0 5D 2 21 12D 57 24
Octal 252 14 247 0 135 2 41 455 127 44
Binary 10101010 1100 10100111 0 1011101 10 100001 100101101 1010111 100100

Color Harmonies of #AA0CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CA7

Black with #AA0CA7

Text Example


Text Example

White with #AA0CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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