Html Css Color HEX #A01FA2 Dark Magenta

📋 copy color: '#A01FA2'

red 160 ◦ green 31 ◦ blue 162

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

Shades of Dark Magenta #A01FA2

Tints of Dark Magenta #A01FA2

RGB

 RED value IS 160 (62.89% from 255) = 45.33%

 GREEN value IS 31 (12.5% from 255) = 8.78%

 BLUE value IS 162 (63.67% from 255) = 45.89%

R = 45.33%
G = 8.78%
B = 45.89%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A01FA2 (or 0xA01FA2) is known color: Dark Magenta. HEX triplet: A0, 1F and A2. RGB value is (160,31,162). Sum of RGB (Red+Green+Blue) = 160+31+162=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 162 - color contains mainly: blue. Hex color #A01FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01FA2 is #5FE05D. Grayscale: #545454. Windows color (decimal): -6283358 or 10624928. OLE color: 10624928.

HSL color Cylindrical-coordinate representation of color #A01FA2: hue angle of 299.08º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01FA2 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 31 162 -
CMYK 0.01 0.81 0 0.36
HSL 299.08º 0.68% 0.38% -
HSV(B) 299.08º 0.81% 0.64% -
XYZ 21.51 11.06 35.18 -
YUV 84.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 160 31 162 0.01 0.81 0 0.36 299.08 0.68 0.38
Hex A0 1F A2 1 51 0 24 12B 44 26
Octal 240 37 242 1 121 0 44 453 104 46
Binary 10100000 11111 10100010 1 1010001 0 100100 100101011 1000100 100110

Color Harmonies of #A01FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FA2

Black with #A01FA2

Text Example


Text Example

White with #A01FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FA2; }

 p { color: rgb(160,31,162); }

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

background-color css

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

 a { background-color: rgb(160,31,162); }

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

border-color css

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

 span { border-color: rgb(160,31,162); }

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