Html Css Color HEX #A00CAE Dark Magenta

📋 copy color: '#A00CAE'

red 160 ◦ green 12 ◦ blue 174

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

Shades of Dark Magenta #A00CAE

Tints of Dark Magenta #A00CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 46.24%
G = 3.47%
B = 50.29%

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

#A00CAE (or 0xA00CAE) is known color: Dark Magenta. HEX triplet: A0, 0C and AE. RGB value is (160,12,174). Sum of RGB (Red+Green+Blue) = 160+12+174=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #A00CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CAE is #5FF351. Grayscale: #4A4A4A. Windows color (decimal): -6288210 or 11406496. OLE color: 11406496.

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

Color convert

RGB 160 12 174 -
CMYK 0.08 0.93 0 0.32
HSL 294.81º 0.87% 0.36% -
HSV(B) 294.81º 0.93% 0.68% -
XYZ 22.27 10.79 40.95 -
YUV 74.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 160 12 174 0.08 0.93 0 0.32 294.81 0.87 0.36
Hex A0 C AE 8 5D 0 20 127 57 24
Octal 240 14 256 10 135 0 40 447 127 44
Binary 10100000 1100 10101110 1000 1011101 0 100000 100100111 1010111 100100

Color Harmonies of #A00CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CAE

Black with #A00CAE

Text Example


Text Example

White with #A00CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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