Html Css Color HEX #A00BAA Dark Magenta

📋 copy color: '#A00BAA'

red 160 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #A00BAA

Tints of Dark Magenta #A00BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.23%

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

R = 46.92%
G = 3.23%
B = 49.85%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A00BAA (or 0xA00BAA) is known color: Dark Magenta. HEX triplet: A0, 0B and AA. RGB value is (160,11,170). Sum of RGB (Red+Green+Blue) = 160+11+170=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #A00BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BAA is #5FF455. Grayscale: #494949. Windows color (decimal): -6288470 or 11144096. OLE color: 11144096.

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

Color convert

RGB 160 11 170 -
CMYK 0.06 0.94 0 0.33
HSL 296.23º 0.88% 0.35% -
HSV(B) 296.23º 0.94% 0.67% -
XYZ 21.87 10.62 38.93 -
YUV 73.68 182.36 189.57 -
System Red Green Blue C M Y K H S L
Decimal 160 11 170 0.06 0.94 0 0.33 296.23 0.88 0.35
Hex A0 B AA 6 5E 0 21 128 58 23
Octal 240 13 252 6 136 0 41 450 130 43
Binary 10100000 1011 10101010 110 1011110 0 100001 100101000 1011000 100011

Color Harmonies of #A00BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BAA

Black with #A00BAA

Text Example


Text Example

White with #A00BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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