Html Css Color HEX #A00CA5 Dark Magenta

📋 copy color: '#A00CA5'

red 160 ◦ green 12 ◦ blue 165

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

Shades of Dark Magenta #A00CA5

Tints of Dark Magenta #A00CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.96%

R = 47.48%
G = 3.56%
B = 48.96%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A00CA5 (or 0xA00CA5) is known color: Dark Magenta. HEX triplet: A0, 0C and A5. RGB value is (160,12,165). Sum of RGB (Red+Green+Blue) = 160+12+165=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #A00CA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CA5 is #5FF35A. Grayscale: #494949. Windows color (decimal): -6288219 or 10816672. OLE color: 10816672.

HSL color Cylindrical-coordinate representation of color #A00CA5: hue angle of 298.04º degrees, saturation: 0.86, 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 #A00CA5 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 12 165 -
CMYK 0.03 0.93 0 0.35
HSL 298.04º 0.86% 0.35% -
HSV(B) 298.04º 0.93% 0.65% -
XYZ 21.42 10.45 36.49 -
YUV 73.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 160 12 165 0.03 0.93 0 0.35 298.04 0.86 0.35
Hex A0 C A5 3 5D 0 23 12A 56 23
Octal 240 14 245 3 135 0 43 452 126 43
Binary 10100000 1100 10100101 11 1011101 0 100011 100101010 1010110 100011

Color Harmonies of #A00CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CA5

Black with #A00CA5

Text Example


Text Example

White with #A00CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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