Html Css Color HEX #AB02AF Deep Magenta

📋 copy color: '#AB02AF'

red 171 ◦ green 2 ◦ blue 175

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

Shades of Deep Magenta #AB02AF

Tints of Deep Magenta #AB02AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 49.14%
G = 0.57%
B = 50.29%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB02AF (or 0xAB02AF) is known color: Deep Magenta. HEX triplet: AB, 02 and AF. RGB value is (171,2,175). Sum of RGB (Red+Green+Blue) = 171+2+175=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB02AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB02AF is #54FD50. Grayscale: #474747. Windows color (decimal): -5569873 or 11469483. OLE color: 11469483.

HSL color Cylindrical-coordinate representation of color #AB02AF: hue angle of 298.61º 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 #AB02AF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 2 175 -
CMYK 0.02 0.99 0 0.31
HSL 298.61º 0.98% 0.35% -
HSV(B) 298.61º 0.99% 0.69% -
XYZ 24.55 11.8 41.54 -
YUV 72.25 185.99 198.43 -
System Red Green Blue C M Y K H S L
Decimal 171 2 175 0.02 0.99 0 0.31 298.61 0.98 0.35
Hex AB 2 AF 2 63 0 1F 12B 62 23
Octal 253 2 257 2 143 0 37 453 142 43
Binary 10101011 10 10101111 10 1100011 0 11111 100101011 1100010 100011

Color Harmonies of #AB02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02AF

Black with #AB02AF

Text Example


Text Example

White with #AB02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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