Html Css Color HEX #AB10A8 Dark Magenta

📋 copy color: '#AB10A8'

red 171 ◦ green 16 ◦ blue 168

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

Shades of Dark Magenta #AB10A8

Tints of Dark Magenta #AB10A8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

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

R = 48.17%
G = 4.51%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB10A8 (or 0xAB10A8) is known color: Dark Magenta. HEX triplet: AB, 10 and A8. RGB value is (171,16,168). Sum of RGB (Red+Green+Blue) = 171+16+168=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB10A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB10A8 is #54EF57. Grayscale: #4F4F4F. Windows color (decimal): -5566296 or 11014315. OLE color: 11014315.

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

Color convert

RGB 171 16 168 -
CMYK 0 0.91 0.02 0.33
HSL 301.16º 0.83% 0.37% -
HSV(B) 301.16º 0.91% 0.67% -
XYZ 24.05 11.86 38.07 -
YUV 79.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 171 16 168 0 0.91 0.02 0.33 301.16 0.83 0.37
Hex AB 10 A8 0 5B 2 21 12D 53 25
Octal 253 20 250 0 133 2 41 455 123 45
Binary 10101011 10000 10101000 0 1011011 10 100001 100101101 1010011 100101

Color Harmonies of #AB10A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10A8

Black with #AB10A8

Text Example


Text Example

White with #AB10A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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