Html Css Color HEX #AB0BA0 Dark Magenta

📋 copy color: '#AB0BA0'

red 171 ◦ green 11 ◦ blue 160

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

Shades of Dark Magenta #AB0BA0

Tints of Dark Magenta #AB0BA0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB0BA0 (or 0xAB0BA0) is known color: Dark Magenta. HEX triplet: AB, 0B and A0. RGB value is (171,11,160). Sum of RGB (Red+Green+Blue) = 171+11+160=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BA0 is #54F45F. Grayscale: #4B4B4B. Windows color (decimal): -5567584 or 10488747. OLE color: 10488747.

HSL color Cylindrical-coordinate representation of color #AB0BA0: hue angle of 304.12º 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 #AB0BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 11 160 -
CMYK 0 0.94 0.06 0.33
HSL 304.13º 0.88% 0.36% -
HSV(B) 304.13º 0.94% 0.67% -
XYZ 23.26 11.44 34.24 -
YUV 75.83 175.51 195.88 -
System Red Green Blue C M Y K H S L
Decimal 171 11 160 0 0.94 0.06 0.33 304.13 0.88 0.36
Hex AB B A0 0 5E 6 21 130 58 24
Octal 253 13 240 0 136 6 41 460 130 44
Binary 10101011 1011 10100000 0 1011110 110 100001 100110000 1011000 100100

Color Harmonies of #AB0BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BA0

Black with #AB0BA0

Text Example


Text Example

White with #AB0BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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