Html Css Color HEX #AB0FA5 Dark Magenta

📋 copy color: '#AB0FA5'

red 171 ◦ green 15 ◦ blue 165

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

Shades of Dark Magenta #AB0FA5

Tints of Dark Magenta #AB0FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.01%

R = 48.72%
G = 4.27%
B = 47.01%

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

#AB0FA5 (or 0xAB0FA5) is known color: Dark Magenta. HEX triplet: AB, 0F and A5. RGB value is (171,15,165). Sum of RGB (Red+Green+Blue) = 171+15+165=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FA5 is #54F05A. Grayscale: #4E4E4E. Windows color (decimal): -5566555 or 10817451. OLE color: 10817451.

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

Color convert

RGB 171 15 165 -
CMYK 0 0.91 0.04 0.33
HSL 302.31º 0.84% 0.36% -
HSV(B) 302.31º 0.91% 0.67% -
XYZ 23.76 11.72 36.61 -
YUV 78.74 176.68 193.8 -
System Red Green Blue C M Y K H S L
Decimal 171 15 165 0 0.91 0.04 0.33 302.31 0.84 0.36
Hex AB F A5 0 5B 4 21 12E 54 24
Octal 253 17 245 0 133 4 41 456 124 44
Binary 10101011 1111 10100101 0 1011011 100 100001 100101110 1010100 100100

Color Harmonies of #AB0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FA5

Black with #AB0FA5

Text Example


Text Example

White with #AB0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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