Html Css Color HEX #A801AA Dark Magenta

📋 copy color: '#A801AA'

red 168 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #A801AA

Tints of Dark Magenta #A801AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 49.56%
G = 0.29%
B = 50.15%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A801AA (or 0xA801AA) is known color: Dark Magenta. HEX triplet: A8, 01 and AA. RGB value is (168,1,170). Sum of RGB (Red+Green+Blue) = 168+1+170=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #A801AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A801AA is #57FE55. Grayscale: #454545. Windows color (decimal): -5766742 or 11141544. OLE color: 11141544.

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

Color convert

RGB 168 1 170 -
CMYK 0.01 0.99 0 0.33
HSL 299.29º 0.99% 0.34% -
HSV(B) 299.29º 0.99% 0.67% -
XYZ 23.42 11.25 38.97 -
YUV 70.2 184.33 197.76 -
System Red Green Blue C M Y K H S L
Decimal 168 1 170 0.01 0.99 0 0.33 299.29 0.99 0.34
Hex A8 1 AA 1 63 0 21 12B 63 22
Octal 250 1 252 1 143 0 41 453 143 42
Binary 10101000 1 10101010 1 1100011 0 100001 100101011 1100011 100010

Color Harmonies of #A801AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801AA

Black with #A801AA

Text Example


Text Example

White with #A801AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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