Html Css Color HEX #AB0BA4 Dark Magenta

📋 copy color: '#AB0BA4'

red 171 ◦ green 11 ◦ blue 164

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

Shades of Dark Magenta #AB0BA4

Tints of Dark Magenta #AB0BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.4%

R = 49.42%
G = 3.18%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB0BA4 (or 0xAB0BA4) is known color: Dark Magenta. HEX triplet: AB, 0B and A4. RGB value is (171,11,164). Sum of RGB (Red+Green+Blue) = 171+11+164=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BA4 is #54F45B. Grayscale: #4B4B4B. Windows color (decimal): -5567580 or 10750891. OLE color: 10750891.

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

Color convert

RGB 171 11 164 -
CMYK 0 0.94 0.04 0.33
HSL 302.63º 0.88% 0.36% -
HSV(B) 302.63º 0.94% 0.67% -
XYZ 23.62 11.58 36.11 -
YUV 76.28 177.51 195.56 -
System Red Green Blue C M Y K H S L
Decimal 171 11 164 0 0.94 0.04 0.33 302.63 0.88 0.36
Hex AB B A4 0 5E 4 21 12F 58 24
Octal 253 13 244 0 136 4 41 457 130 44
Binary 10101011 1011 10100100 0 1011110 100 100001 100101111 1011000 100100

Color Harmonies of #AB0BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BA4

Black with #AB0BA4

Text Example


Text Example

White with #AB0BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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