Html Css Color HEX #A801AB Dark Magenta

📋 copy color: '#A801AB'

red 168 ◦ green 1 ◦ blue 171

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

Shades of Dark Magenta #A801AB

Tints of Dark Magenta #A801AB

RGB

 RED value IS 168 (66.02% from 255) = 49.41%

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 49.41%
G = 0.29%
B = 50.29%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A801AB (or 0xA801AB) is known color: Dark Magenta. HEX triplet: A8, 01 and AB. RGB value is (168,1,171). Sum of RGB (Red+Green+Blue) = 168+1+171=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #A801AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A801AB is #57FE54. Grayscale: #454545. Windows color (decimal): -5766741 or 11207080. OLE color: 11207080.

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

Color convert

RGB 168 1 171 -
CMYK 0.02 0.99 0 0.33
HSL 298.94º 0.99% 0.34% -
HSV(B) 298.94º 0.99% 0.67% -
XYZ 23.51 11.29 39.47 -
YUV 70.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 168 1 171 0.02 0.99 0 0.33 298.94 0.99 0.34
Hex A8 1 AB 2 63 0 21 12B 63 22
Octal 250 1 253 2 143 0 41 453 143 42
Binary 10101000 1 10101011 10 1100011 0 100001 100101011 1100011 100010

Color Harmonies of #A801AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801AB

Black with #A801AB

Text Example


Text Example

White with #A801AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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