Html Css Color HEX #A00FAA Dark Magenta

📋 copy color: '#A00FAA'

red 160 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #A00FAA

Tints of Dark Magenta #A00FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.35%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 46.38%
G = 4.35%
B = 49.28%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A00FAA (or 0xA00FAA) is known color: Dark Magenta. HEX triplet: A0, 0F and AA. RGB value is (160,15,170). Sum of RGB (Red+Green+Blue) = 160+15+170=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #A00FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FAA is #5FF055. Grayscale: #4B4B4B. Windows color (decimal): -6287446 or 11145120. OLE color: 11145120.

HSL color Cylindrical-coordinate representation of color #A00FAA: hue angle of 296.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00FAA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 15 170 -
CMYK 0.06 0.91 0 0.33
HSL 296.13º 0.84% 0.36% -
HSV(B) 296.13º 0.91% 0.67% -
XYZ 21.92 10.72 38.94 -
YUV 76.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 160 15 170 0.06 0.91 0 0.33 296.13 0.84 0.36
Hex A0 F AA 6 5B 0 21 128 54 24
Octal 240 17 252 6 133 0 41 450 124 44
Binary 10100000 1111 10101010 110 1011011 0 100001 100101000 1010100 100100

Color Harmonies of #A00FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FAA

Black with #A00FAA

Text Example


Text Example

White with #A00FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FAA; }

 p { color: rgb(160,15,170); }

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

background-color css

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

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

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

border-color css

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

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

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