Html Css Color HEX #AB0CAF Deep Magenta

📋 copy color: '#AB0CAF'

red 171 ◦ green 12 ◦ blue 175

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

Shades of Deep Magenta #AB0CAF

Tints of Deep Magenta #AB0CAF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

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

R = 47.77%
G = 3.35%
B = 48.88%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB0CAF (or 0xAB0CAF) is known color: Deep Magenta. HEX triplet: AB, 0C and AF. RGB value is (171,12,175). Sum of RGB (Red+Green+Blue) = 171+12+175=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB0CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0CAF is #54F350. Grayscale: #4D4D4D. Windows color (decimal): -5567313 or 11472043. OLE color: 11472043.

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

Color convert

RGB 171 12 175 -
CMYK 0.02 0.93 0 0.31
HSL 298.53º 0.87% 0.37% -
HSV(B) 298.53º 0.93% 0.69% -
XYZ 24.66 12.02 41.58 -
YUV 78.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 171 12 175 0.02 0.93 0 0.31 298.53 0.87 0.37
Hex AB C AF 2 5D 0 1F 12B 57 25
Octal 253 14 257 2 135 0 37 453 127 45
Binary 10101011 1100 10101111 10 1011101 0 11111 100101011 1010111 100101

Color Harmonies of #AB0CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CAF

Black with #AB0CAF

Text Example


Text Example

White with #AB0CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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