Html Css Color HEX #A00CAA Dark Magenta

📋 copy color: '#A00CAA'

red 160 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #A00CAA

Tints of Dark Magenta #A00CAA

RGB

 RED value IS 160 (62.89% from 255) = 46.78%

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

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 46.78%
G = 3.51%
B = 49.71%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A00CAA (or 0xA00CAA) is known color: Dark Magenta. HEX triplet: A0, 0C and AA. RGB value is (160,12,170). Sum of RGB (Red+Green+Blue) = 160+12+170=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #A00CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CAA is #5FF355. Grayscale: #494949. Windows color (decimal): -6288214 or 11144352. OLE color: 11144352.

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

Color convert

RGB 160 12 170 -
CMYK 0.06 0.93 0 0.33
HSL 296.2º 0.87% 0.36% -
HSV(B) 296.2º 0.93% 0.67% -
XYZ 21.88 10.64 38.93 -
YUV 74.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 160 12 170 0.06 0.93 0 0.33 296.2 0.87 0.36
Hex A0 C AA 6 5D 0 21 128 57 24
Octal 240 14 252 6 135 0 41 450 127 44
Binary 10100000 1100 10101010 110 1011101 0 100001 100101000 1010111 100100

Color Harmonies of #A00CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CAA

Black with #A00CAA

Text Example


Text Example

White with #A00CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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