Html Css Color HEX #AB0FA7 Dark Magenta

📋 copy color: '#AB0FA7'

red 171 ◦ green 15 ◦ blue 167

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

Shades of Dark Magenta #AB0FA7

Tints of Dark Magenta #AB0FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.31%

R = 48.44%
G = 4.25%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB0FA7 (or 0xAB0FA7) is known color: Dark Magenta. HEX triplet: AB, 0F and A7. RGB value is (171,15,167). Sum of RGB (Red+Green+Blue) = 171+15+167=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0FA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FA7 is #54F058. Grayscale: #4E4E4E. Windows color (decimal): -5566553 or 10948523. OLE color: 10948523.

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

Color convert

RGB 171 15 167 -
CMYK 0 0.91 0.02 0.33
HSL 301.54º 0.84% 0.36% -
HSV(B) 301.54º 0.91% 0.67% -
XYZ 23.94 11.79 37.57 -
YUV 78.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 171 15 167 0 0.91 0.02 0.33 301.54 0.84 0.36
Hex AB F A7 0 5B 2 21 12E 54 24
Octal 253 17 247 0 133 2 41 456 124 44
Binary 10101011 1111 10100111 0 1011011 10 100001 100101110 1010100 100100

Color Harmonies of #AB0FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FA7

Black with #AB0FA7

Text Example


Text Example

White with #AB0FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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