Html Css Color HEX #A00BAB Dark Magenta

📋 copy color: '#A00BAB'

red 160 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #A00BAB

Tints of Dark Magenta #A00BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 46.78%
G = 3.22%
B = 50%

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

#A00BAB (or 0xA00BAB) is known color: Dark Magenta. HEX triplet: A0, 0B and AB. RGB value is (160,11,171). Sum of RGB (Red+Green+Blue) = 160+11+171=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #A00BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00BAB is #5FF454. Grayscale: #494949. Windows color (decimal): -6288469 or 11209632. OLE color: 11209632.

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

Color convert

RGB 160 11 171 -
CMYK 0.06 0.94 0 0.33
HSL 295.88º 0.88% 0.36% -
HSV(B) 295.88º 0.94% 0.67% -
XYZ 21.97 10.65 39.43 -
YUV 73.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 160 11 171 0.06 0.94 0 0.33 295.88 0.88 0.36
Hex A0 B AB 6 5E 0 21 128 58 24
Octal 240 13 253 6 136 0 41 450 130 44
Binary 10100000 1011 10101011 110 1011110 0 100001 100101000 1011000 100100

Color Harmonies of #A00BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00BAB

Black with #A00BAB

Text Example


Text Example

White with #A00BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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