Html Css Color HEX #A00AA0 Dark Magenta

📋 copy color: '#A00AA0'

red 160 ◦ green 10 ◦ blue 160

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

Shades of Dark Magenta #A00AA0

Tints of Dark Magenta #A00AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.03%

 BLUE value IS 160 (62.89% from 255) = 48.48%

R = 48.48%
G = 3.03%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A00AA0 (or 0xA00AA0) is known color: Dark Magenta. HEX triplet: A0, 0A and A0. RGB value is (160,10,160). Sum of RGB (Red+Green+Blue) = 160+10+160=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A00AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AA0 is #5FF55F. Grayscale: #474747. Windows color (decimal): -6288736 or 10488480. OLE color: 10488480.

HSL color Cylindrical-coordinate representation of color #A00AA0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AA0 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 160 -
CMYK 0 0.94 0 0.37
HSL 300º 0.88% 0.33% -
HSV(B) 300º 0.94% 0.63% -
XYZ 20.95 10.23 34.13 -
YUV 71.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 160 10 160 0 0.94 0 0.37 300 0.88 0.33
Hex A0 A A0 0 5E 0 25 12C 58 21
Octal 240 12 240 0 136 0 45 454 130 41
Binary 10100000 1010 10100000 0 1011110 0 100101 100101100 1011000 100001

Color Harmonies of #A00AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AA0

Black with #A00AA0

Text Example


Text Example

White with #A00AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AA0; }

 p { color: rgb(160,10,160); }

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

background-color css

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

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

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

border-color css

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

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

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