Html Css Color HEX #A00AA7 Dark Magenta

📋 copy color: '#A00AA7'

red 160 ◦ green 10 ◦ blue 167

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

Shades of Dark Magenta #A00AA7

Tints of Dark Magenta #A00AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.55%

R = 47.48%
G = 2.97%
B = 49.55%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A00AA7 (or 0xA00AA7) is known color: Dark Magenta. HEX triplet: A0, 0A and A7. RGB value is (160,10,167). Sum of RGB (Red+Green+Blue) = 160+10+167=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 167 (65.62% from 255 or 49.55% from 337); Max value from RGB is 167 - color contains mainly: blue. Hex color #A00AA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AA7 is #5FF558. Grayscale: #484848. Windows color (decimal): -6288729 or 10947232. OLE color: 10947232.

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

Color convert

RGB 160 10 167 -
CMYK 0.04 0.94 0 0.35
HSL 297.32º 0.89% 0.35% -
HSV(B) 297.32º 0.94% 0.65% -
XYZ 21.58 10.48 37.44 -
YUV 72.75 181.2 190.23 -
System Red Green Blue C M Y K H S L
Decimal 160 10 167 0.04 0.94 0 0.35 297.32 0.89 0.35
Hex A0 A A7 4 5E 0 23 129 59 23
Octal 240 12 247 4 136 0 43 451 131 43
Binary 10100000 1010 10100111 100 1011110 0 100011 100101001 1011001 100011

Color Harmonies of #A00AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AA7

Black with #A00AA7

Text Example


Text Example

White with #A00AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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