Html Css Color HEX #A201AA Dark Magenta

📋 copy color: '#A201AA'

red 162 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #A201AA

Tints of Dark Magenta #A201AA

RGB

 RED value IS 162 (63.67% from 255) = 48.65%

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

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

R = 48.65%
G = 0.3%
B = 51.05%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A201AA (or 0xA201AA) is known color: Dark Magenta. HEX triplet: A2, 01 and AA. RGB value is (162,1,170). Sum of RGB (Red+Green+Blue) = 162+1+170=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #A201AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A201AA is #5DFE55. Grayscale: #434343. Windows color (decimal): -6159958 or 11141538. OLE color: 11141538.

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

Color convert

RGB 162 1 170 -
CMYK 0.05 0.99 0 0.33
HSL 297.16º 0.99% 0.34% -
HSV(B) 297.16º 0.99% 0.67% -
XYZ 22.17 10.61 38.91 -
YUV 68.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 162 1 170 0.05 0.99 0 0.33 297.16 0.99 0.34
Hex A2 1 AA 5 63 0 21 129 63 22
Octal 242 1 252 5 143 0 41 451 143 42
Binary 10100010 1 10101010 101 1100011 0 100001 100101001 1100011 100010

Color Harmonies of #A201AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201AA

Black with #A201AA

Text Example


Text Example

White with #A201AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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