Html Css Color HEX #AB04B9 Deep Magenta

📋 copy color: '#AB04B9'

red 171 ◦ green 4 ◦ blue 185

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

Shades of Deep Magenta #AB04B9

Tints of Deep Magenta #AB04B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.39%

R = 47.5%
G = 1.11%
B = 51.39%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB04B9 (or 0xAB04B9) is known color: Deep Magenta. HEX triplet: AB, 04 and B9. RGB value is (171,4,185). Sum of RGB (Red+Green+Blue) = 171+4+185=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB04B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04B9 is #54FB46. Grayscale: #4A4A4A. Windows color (decimal): -5569351 or 12125355. OLE color: 12125355.

HSL color Cylindrical-coordinate representation of color #AB04B9: hue angle of 295.36º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04B9 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 4 185 -
CMYK 0.08 0.98 0 0.27
HSL 295.36º 0.96% 0.37% -
HSV(B) 295.36º 0.98% 0.73% -
XYZ 25.59 12.25 46.91 -
YUV 74.57 190.33 196.78 -
System Red Green Blue C M Y K H S L
Decimal 171 4 185 0.08 0.98 0 0.27 295.36 0.96 0.37
Hex AB 4 B9 8 62 0 1B 127 60 25
Octal 253 4 271 10 142 0 33 447 140 45
Binary 10101011 100 10111001 1000 1100010 0 11011 100100111 1100000 100101

Color Harmonies of #AB04B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04B9

Black with #AB04B9

Text Example


Text Example

White with #AB04B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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