Html Css Color HEX #AB01A6 Dark Magenta

📋 copy color: '#AB01A6'

red 171 ◦ green 1 ◦ blue 166

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

Shades of Dark Magenta #AB01A6

Tints of Dark Magenta #AB01A6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 166 (65.23% from 255) = 49.11%

R = 50.59%
G = 0.3%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB01A6 (or 0xAB01A6) is known color: Dark Magenta. HEX triplet: AB, 01 and A6. RGB value is (171,1,166). Sum of RGB (Red+Green+Blue) = 171+1+166=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB01A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB01A6 is #54FE59. Grayscale: #464646. Windows color (decimal): -5570138 or 10879403. OLE color: 10879403.

HSL color Cylindrical-coordinate representation of color #AB01A6: hue angle of 301.76º degrees, saturation: 0.99, 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 #AB01A6 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 1 166 -
CMYK 0 0.99 0.03 0.33
HSL 301.76º 0.99% 0.34% -
HSV(B) 301.76º 0.99% 0.67% -
XYZ 23.69 11.43 37.03 -
YUV 70.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 171 1 166 0 0.99 0.03 0.33 301.76 0.99 0.34
Hex AB 1 A6 0 63 3 21 12E 63 22
Octal 253 1 246 0 143 3 41 456 143 42
Binary 10101011 1 10100110 0 1100011 11 100001 100101110 1100011 100010

Color Harmonies of #AB01A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01A6

Black with #AB01A6

Text Example


Text Example

White with #AB01A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01A6; }

 p { color: rgb(171,1,166); }

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

background-color css

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

 a { background-color: rgb(171,1,166); }

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

border-color css

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

 span { border-color: rgb(171,1,166); }

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