Html Css Color HEX #AB01B8 Deep Magenta

📋 copy color: '#AB01B8'

red 171 ◦ green 1 ◦ blue 184

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

Shades of Deep Magenta #AB01B8

Tints of Deep Magenta #AB01B8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 48.03%
G = 0.28%
B = 51.69%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB01B8 (or 0xAB01B8) is known color: Deep Magenta. HEX triplet: AB, 01 and B8. RGB value is (171,1,184). Sum of RGB (Red+Green+Blue) = 171+1+184=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB01B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01B8 is #54FE47. Grayscale: #484848. Windows color (decimal): -5570120 or 12059051. OLE color: 12059051.

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

Color convert

RGB 171 1 184 -
CMYK 0.07 0.99 0 0.28
HSL 295.74º 0.99% 0.36% -
HSV(B) 295.74º 0.99% 0.72% -
XYZ 25.46 12.14 46.35 -
YUV 72.69 190.82 198.12 -
System Red Green Blue C M Y K H S L
Decimal 171 1 184 0.07 0.99 0 0.28 295.74 0.99 0.36
Hex AB 1 B8 7 63 0 1C 128 63 24
Octal 253 1 270 7 143 0 34 450 143 44
Binary 10101011 1 10111000 111 1100011 0 11100 100101000 1100011 100100

Color Harmonies of #AB01B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01B8

Black with #AB01B8

Text Example


Text Example

White with #AB01B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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