Html Css Color HEX #A00CAD Dark Magenta

📋 copy color: '#A00CAD'

red 160 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #A00CAD

Tints of Dark Magenta #A00CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 46.38%
G = 3.48%
B = 50.14%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A00CAD (or 0xA00CAD) is known color: Dark Magenta. HEX triplet: A0, 0C and AD. RGB value is (160,12,173). Sum of RGB (Red+Green+Blue) = 160+12+173=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #A00CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CAD is #5FF352. Grayscale: #4A4A4A. Windows color (decimal): -6288211 or 11340960. OLE color: 11340960.

HSL color Cylindrical-coordinate representation of color #A00CAD: hue angle of 295.16º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CAD is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 12 173 -
CMYK 0.08 0.93 0 0.32
HSL 295.16º 0.87% 0.36% -
HSV(B) 295.16º 0.93% 0.68% -
XYZ 22.17 10.75 40.44 -
YUV 74.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 160 12 173 0.08 0.93 0 0.32 295.16 0.87 0.36
Hex A0 C AD 8 5D 0 20 127 57 24
Octal 240 14 255 10 135 0 40 447 127 44
Binary 10100000 1100 10101101 1000 1011101 0 100000 100100111 1010111 100100

Color Harmonies of #A00CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CAD

Black with #A00CAD

Text Example


Text Example

White with #A00CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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