Html Css Color HEX #AB0FA4 Dark Magenta

📋 copy color: '#AB0FA4'

red 171 ◦ green 15 ◦ blue 164

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

Shades of Dark Magenta #AB0FA4

Tints of Dark Magenta #AB0FA4

RGB

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

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

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

R = 48.86%
G = 4.29%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB0FA4 (or 0xAB0FA4) is known color: Dark Magenta. HEX triplet: AB, 0F and A4. RGB value is (171,15,164). Sum of RGB (Red+Green+Blue) = 171+15+164=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FA4 is #54F05B. Grayscale: #4E4E4E. Windows color (decimal): -5566556 or 10751915. OLE color: 10751915.

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

Color convert

RGB 171 15 164 -
CMYK 0 0.91 0.04 0.33
HSL 302.69º 0.84% 0.36% -
HSV(B) 302.69º 0.91% 0.67% -
XYZ 23.67 11.68 36.13 -
YUV 78.63 176.18 193.88 -
System Red Green Blue C M Y K H S L
Decimal 171 15 164 0 0.91 0.04 0.33 302.69 0.84 0.36
Hex AB F A4 0 5B 4 21 12F 54 24
Octal 253 17 244 0 133 4 41 457 124 44
Binary 10101011 1111 10100100 0 1011011 100 100001 100101111 1010100 100100

Color Harmonies of #AB0FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FA4

Black with #AB0FA4

Text Example


Text Example

White with #AB0FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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