Html Css Color HEX #A201AE Dark Magenta

📋 copy color: '#A201AE'

red 162 ◦ green 1 ◦ blue 174

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

Shades of Dark Magenta #A201AE

Tints of Dark Magenta #A201AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 48.07%
G = 0.3%
B = 51.63%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A201AE (or 0xA201AE) is known color: Dark Magenta. HEX triplet: A2, 01 and AE. RGB value is (162,1,174). Sum of RGB (Red+Green+Blue) = 162+1+174=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #A201AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A201AE is #5DFE51. Grayscale: #444444. Windows color (decimal): -6159954 or 11403682. OLE color: 11403682.

HSL color Cylindrical-coordinate representation of color #A201AE: hue angle of 295.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A201AE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 1 174 -
CMYK 0.07 0.99 0 0.32
HSL 295.84º 0.99% 0.34% -
HSV(B) 295.84º 0.99% 0.68% -
XYZ 22.55 10.76 40.93 -
YUV 68.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 162 1 174 0.07 0.99 0 0.32 295.84 0.99 0.34
Hex A2 1 AE 7 63 0 20 128 63 22
Octal 242 1 256 7 143 0 40 450 143 42
Binary 10100010 1 10101110 111 1100011 0 100000 100101000 1100011 100010

Color Harmonies of #A201AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201AE

Black with #A201AE

Text Example


Text Example

White with #A201AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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