Html Css Color HEX #AB02B1 Deep Magenta

📋 copy color: '#AB02B1'

red 171 ◦ green 2 ◦ blue 177

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

Shades of Deep Magenta #AB02B1

Tints of Deep Magenta #AB02B1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 177 (69.53% from 255) = 50.57%

R = 48.86%
G = 0.57%
B = 50.57%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB02B1 (or 0xAB02B1) is known color: Deep Magenta. HEX triplet: AB, 02 and B1. RGB value is (171,2,177). Sum of RGB (Red+Green+Blue) = 171+2+177=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB02B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB02B1 is #54FD4E. Grayscale: #474747. Windows color (decimal): -5569871 or 11600555. OLE color: 11600555.

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

Color convert

RGB 171 2 177 -
CMYK 0.03 0.99 0 0.31
HSL 297.94º 0.98% 0.35% -
HSV(B) 297.94º 0.99% 0.69% -
XYZ 24.75 11.88 42.58 -
YUV 72.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 171 2 177 0.03 0.99 0 0.31 297.94 0.98 0.35
Hex AB 2 B1 3 63 0 1F 12A 62 23
Octal 253 2 261 3 143 0 37 452 142 43
Binary 10101011 10 10110001 11 1100011 0 11111 100101010 1100010 100011

Color Harmonies of #AB02B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02B1

Black with #AB02B1

Text Example


Text Example

White with #AB02B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02B1; }

 p { color: rgb(171,2,177); }

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

background-color css

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

 a { background-color: rgb(171,2,177); }

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

border-color css

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

 span { border-color: rgb(171,2,177); }

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