Html Css Color HEX #A01FA5 Dark Magenta

📋 copy color: '#A01FA5'

red 160 ◦ green 31 ◦ blue 165

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

Shades of Dark Magenta #A01FA5

Tints of Dark Magenta #A01FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.35%

R = 44.94%
G = 8.71%
B = 46.35%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A01FA5 (or 0xA01FA5) is known color: Dark Magenta. HEX triplet: A0, 1F and A5. RGB value is (160,31,165). Sum of RGB (Red+Green+Blue) = 160+31+165=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #A01FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01FA5 is #5FE05A. Grayscale: #545454. Windows color (decimal): -6283355 or 10821536. OLE color: 10821536.

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

Color convert

RGB 160 31 165 -
CMYK 0.03 0.81 0 0.35
HSL 297.76º 0.68% 0.38% -
HSV(B) 297.76º 0.81% 0.65% -
XYZ 21.78 11.17 36.61 -
YUV 84.85 173.24 181.6 -
System Red Green Blue C M Y K H S L
Decimal 160 31 165 0.03 0.81 0 0.35 297.76 0.68 0.38
Hex A0 1F A5 3 51 0 23 12A 44 26
Octal 240 37 245 3 121 0 43 452 104 46
Binary 10100000 11111 10100101 11 1010001 0 100011 100101010 1000100 100110

Color Harmonies of #A01FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FA5

Black with #A01FA5

Text Example


Text Example

White with #A01FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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