Html Css Color HEX #A00CA6 Dark Magenta

📋 copy color: '#A00CA6'

red 160 ◦ green 12 ◦ blue 166

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

Shades of Dark Magenta #A00CA6

Tints of Dark Magenta #A00CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 49.11%

R = 47.34%
G = 3.55%
B = 49.11%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A00CA6 (or 0xA00CA6) is known color: Dark Magenta. HEX triplet: A0, 0C and A6. RGB value is (160,12,166). Sum of RGB (Red+Green+Blue) = 160+12+166=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #A00CA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CA6 is #5FF359. Grayscale: #494949. Windows color (decimal): -6288218 or 10882208. OLE color: 10882208.

HSL color Cylindrical-coordinate representation of color #A00CA6: hue angle of 297.66º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CA6 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 12 166 -
CMYK 0.04 0.93 0 0.35
HSL 297.66º 0.87% 0.35% -
HSV(B) 297.66º 0.93% 0.65% -
XYZ 21.51 10.49 36.97 -
YUV 73.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 160 12 166 0.04 0.93 0 0.35 297.66 0.87 0.35
Hex A0 C A6 4 5D 0 23 12A 57 23
Octal 240 14 246 4 135 0 43 452 127 43
Binary 10100000 1100 10100110 100 1011101 0 100011 100101010 1010111 100011

Color Harmonies of #A00CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CA6

Black with #A00CA6

Text Example


Text Example

White with #A00CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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