Html Css Color HEX #AA0CA3 Dark Magenta

📋 copy color: '#AA0CA3'

red 170 ◦ green 12 ◦ blue 163

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

Shades of Dark Magenta #AA0CA3

Tints of Dark Magenta #AA0CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.25%

R = 49.28%
G = 3.48%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA0CA3 (or 0xAA0CA3) is known color: Dark Magenta. HEX triplet: AA, 0C and A3. RGB value is (170,12,163). Sum of RGB (Red+Green+Blue) = 170+12+163=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA3 is #55F35C. Grayscale: #4C4C4C. Windows color (decimal): -5632861 or 10685610. OLE color: 10685610.

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

Color convert

RGB 170 12 163 -
CMYK 0 0.93 0.04 0.33
HSL 302.66º 0.87% 0.36% -
HSV(B) 302.66º 0.93% 0.67% -
XYZ 23.32 11.45 35.63 -
YUV 76.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 170 12 163 0 0.93 0.04 0.33 302.66 0.87 0.36
Hex AA C A3 0 5D 4 21 12F 57 24
Octal 252 14 243 0 135 4 41 457 127 44
Binary 10101010 1100 10100011 0 1011101 100 100001 100101111 1010111 100100

Color Harmonies of #AA0CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CA3

Black with #AA0CA3

Text Example


Text Example

White with #AA0CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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