Html Css Color HEX #AB02B9 Deep Magenta

📋 copy color: '#AB02B9'

red 171 ◦ green 2 ◦ blue 185

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

Shades of Deep Magenta #AB02B9

Tints of Deep Magenta #AB02B9

RGB

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

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

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

R = 47.77%
G = 0.56%
B = 51.68%

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

#AB02B9 (or 0xAB02B9) is known color: Deep Magenta. HEX triplet: AB, 02 and B9. RGB value is (171,2,185). Sum of RGB (Red+Green+Blue) = 171+2+185=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB02B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02B9 is #54FD46. Grayscale: #484848. Windows color (decimal): -5569863 or 12124843. OLE color: 12124843.

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

Color convert

RGB 171 2 185 -
CMYK 0.08 0.99 0 0.27
HSL 295.41º 0.98% 0.37% -
HSV(B) 295.41º 0.99% 0.73% -
XYZ 25.57 12.2 46.91 -
YUV 73.39 190.99 197.62 -
System Red Green Blue C M Y K H S L
Decimal 171 2 185 0.08 0.99 0 0.27 295.41 0.98 0.37
Hex AB 2 B9 8 63 0 1B 127 62 25
Octal 253 2 271 10 143 0 33 447 142 45
Binary 10101011 10 10111001 1000 1100011 0 11011 100100111 1100010 100101

Color Harmonies of #AB02B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02B9

Black with #AB02B9

Text Example


Text Example

White with #AB02B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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