Html Css Color HEX #AB02AE Deep Magenta

📋 copy color: '#AB02AE'

red 171 ◦ green 2 ◦ blue 174

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

Shades of Deep Magenta #AB02AE

Tints of Deep Magenta #AB02AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 49.28%
G = 0.58%
B = 50.14%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB02AE (or 0xAB02AE) is known color: Deep Magenta. HEX triplet: AB, 02 and AE. RGB value is (171,2,174). Sum of RGB (Red+Green+Blue) = 171+2+174=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB02AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB02AE is #54FD51. Grayscale: #474747. Windows color (decimal): -5569874 or 11403947. OLE color: 11403947.

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

Color convert

RGB 171 2 174 -
CMYK 0.02 0.99 0 0.32
HSL 298.95º 0.98% 0.35% -
HSV(B) 298.95º 0.99% 0.68% -
XYZ 24.46 11.76 41.02 -
YUV 72.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 171 2 174 0.02 0.99 0 0.32 298.95 0.98 0.35
Hex AB 2 AE 2 63 0 20 12B 62 23
Octal 253 2 256 2 143 0 40 453 142 43
Binary 10101011 10 10101110 10 1100011 0 100000 100101011 1100010 100011

Color Harmonies of #AB02AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02AE

Black with #AB02AE

Text Example


Text Example

White with #AB02AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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