Html Css Color HEX #AB01B9 Deep Magenta

📋 copy color: '#AB01B9'

red 171 ◦ green 1 ◦ blue 185

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

Shades of Deep Magenta #AB01B9

Tints of Deep Magenta #AB01B9

RGB

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

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

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

R = 47.9%
G = 0.28%
B = 51.82%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB01B9 (or 0xAB01B9) is known color: Deep Magenta. HEX triplet: AB, 01 and B9. RGB value is (171,1,185). Sum of RGB (Red+Green+Blue) = 171+1+185=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB01B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01B9 is #54FE46. Grayscale: #484848. Windows color (decimal): -5570119 or 12124587. OLE color: 12124587.

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

Color convert

RGB 171 1 185 -
CMYK 0.08 0.99 0 0.27
HSL 295.43º 0.99% 0.36% -
HSV(B) 295.43º 0.99% 0.73% -
XYZ 25.56 12.18 46.9 -
YUV 72.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 171 1 185 0.08 0.99 0 0.27 295.43 0.99 0.36
Hex AB 1 B9 8 63 0 1B 127 63 24
Octal 253 1 271 10 143 0 33 447 143 44
Binary 10101011 1 10111001 1000 1100011 0 11011 100100111 1100011 100100

Color Harmonies of #AB01B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01B9

Black with #AB01B9

Text Example


Text Example

White with #AB01B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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