Html Css Color HEX #AB04AF Deep Magenta

📋 copy color: '#AB04AF'

red 171 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #AB04AF

Tints of Deep Magenta #AB04AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 48.86%
G = 1.14%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB04AF (or 0xAB04AF) is known color: Deep Magenta. HEX triplet: AB, 04 and AF. RGB value is (171,4,175). Sum of RGB (Red+Green+Blue) = 171+4+175=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB04AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04AF is #54FB50. Grayscale: #484848. Windows color (decimal): -5569361 or 11469995. OLE color: 11469995.

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

Color convert

RGB 171 4 175 -
CMYK 0.02 0.98 0 0.31
HSL 298.6º 0.96% 0.35% -
HSV(B) 298.6º 0.98% 0.69% -
XYZ 24.58 11.84 41.55 -
YUV 73.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 171 4 175 0.02 0.98 0 0.31 298.6 0.96 0.35
Hex AB 4 AF 2 62 0 1F 12B 60 23
Octal 253 4 257 2 142 0 37 453 140 43
Binary 10101011 100 10101111 10 1100010 0 11111 100101011 1100000 100011

Color Harmonies of #AB04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04AF

Black with #AB04AF

Text Example


Text Example

White with #AB04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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