Html Css Color HEX #AB0FA0 Dark Magenta

📋 copy color: '#AB0FA0'

red 171 ◦ green 15 ◦ blue 160

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

Shades of Dark Magenta #AB0FA0

Tints of Dark Magenta #AB0FA0

RGB

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

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

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

R = 49.42%
G = 4.34%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB0FA0 (or 0xAB0FA0) is known color: Dark Magenta. HEX triplet: AB, 0F and A0. RGB value is (171,15,160). Sum of RGB (Red+Green+Blue) = 171+15+160=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FA0 is #54F05F. Grayscale: #4D4D4D. Windows color (decimal): -5566560 or 10489771. OLE color: 10489771.

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

Color convert

RGB 171 15 160 -
CMYK 0 0.91 0.06 0.33
HSL 304.23º 0.84% 0.36% -
HSV(B) 304.23º 0.91% 0.67% -
XYZ 23.31 11.54 34.26 -
YUV 78.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 171 15 160 0 0.91 0.06 0.33 304.23 0.84 0.36
Hex AB F A0 0 5B 6 21 130 54 24
Octal 253 17 240 0 133 6 41 460 124 44
Binary 10101011 1111 10100000 0 1011011 110 100001 100110000 1010100 100100

Color Harmonies of #AB0FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FA0

Black with #AB0FA0

Text Example


Text Example

White with #AB0FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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