Html Css Color HEX #AB02A8 Dark Magenta

📋 copy color: '#AB02A8'

red 171 ◦ green 2 ◦ blue 168

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

Shades of Dark Magenta #AB02A8

Tints of Dark Magenta #AB02A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 49.27%

R = 50.15%
G = 0.59%
B = 49.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB02A8 (or 0xAB02A8) is known color: Dark Magenta. HEX triplet: AB, 02 and A8. RGB value is (171,2,168). Sum of RGB (Red+Green+Blue) = 171+2+168=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB02A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB02A8 is #54FD57. Grayscale: #464646. Windows color (decimal): -5569880 or 11010731. OLE color: 11010731.

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

Color convert

RGB 171 2 168 -
CMYK 0 0.99 0.02 0.33
HSL 301.07º 0.98% 0.34% -
HSV(B) 301.07º 0.99% 0.67% -
XYZ 23.88 11.53 38.01 -
YUV 71.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 171 2 168 0 0.99 0.02 0.33 301.07 0.98 0.34
Hex AB 2 A8 0 63 2 21 12D 62 22
Octal 253 2 250 0 143 2 41 455 142 42
Binary 10101011 10 10101000 0 1100011 10 100001 100101101 1100010 100010

Color Harmonies of #AB02A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB02A8

Black with #AB02A8

Text Example


Text Example

White with #AB02A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB02A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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