Html Css Color HEX #AB0FAF Deep Magenta

📋 copy color: '#AB0FAF'

red 171 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #AB0FAF

Tints of Deep Magenta #AB0FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.48%

R = 47.37%
G = 4.16%
B = 48.48%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB0FAF (or 0xAB0FAF) is known color: Deep Magenta. HEX triplet: AB, 0F and AF. RGB value is (171,15,175). Sum of RGB (Red+Green+Blue) = 171+15+175=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB0FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FAF is #54F050. Grayscale: #4F4F4F. Windows color (decimal): -5566545 or 11472811. OLE color: 11472811.

HSL color Cylindrical-coordinate representation of color #AB0FAF: hue angle of 298.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0FAF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 15 175 -
CMYK 0.02 0.91 0 0.31
HSL 298.5º 0.84% 0.37% -
HSV(B) 298.5º 0.91% 0.69% -
XYZ 24.7 12.09 41.59 -
YUV 79.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 171 15 175 0.02 0.91 0 0.31 298.5 0.84 0.37
Hex AB F AF 2 5B 0 1F 12A 54 25
Octal 253 17 257 2 133 0 37 452 124 45
Binary 10101011 1111 10101111 10 1011011 0 11111 100101010 1010100 100101

Color Harmonies of #AB0FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FAF

Black with #AB0FAF

Text Example


Text Example

White with #AB0FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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