Html Css Color HEX #AB04B8 Deep Magenta

📋 copy color: '#AB04B8'

red 171 ◦ green 4 ◦ blue 184

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

Shades of Deep Magenta #AB04B8

Tints of Deep Magenta #AB04B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.25%

R = 47.63%
G = 1.11%
B = 51.25%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB04B8 (or 0xAB04B8) is known color: Deep Magenta. HEX triplet: AB, 04 and B8. RGB value is (171,4,184). Sum of RGB (Red+Green+Blue) = 171+4+184=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB04B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04B8 is #54FB47. Grayscale: #494949. Windows color (decimal): -5569352 or 12059819. OLE color: 12059819.

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

Color convert

RGB 171 4 184 -
CMYK 0.07 0.98 0 0.28
HSL 295.67º 0.96% 0.37% -
HSV(B) 295.67º 0.98% 0.72% -
XYZ 25.49 12.21 46.36 -
YUV 74.45 189.83 196.86 -
System Red Green Blue C M Y K H S L
Decimal 171 4 184 0.07 0.98 0 0.28 295.67 0.96 0.37
Hex AB 4 B8 7 62 0 1C 128 60 25
Octal 253 4 270 7 142 0 34 450 140 45
Binary 10101011 100 10111000 111 1100010 0 11100 100101000 1100000 100101

Color Harmonies of #AB04B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04B8

Black with #AB04B8

Text Example


Text Example

White with #AB04B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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