Html Css Color HEX #A01795 Dark Magenta

📋 copy color: '#A01795'

red 160 ◦ green 23 ◦ blue 149

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

Shades of Dark Magenta #A01795

Tints of Dark Magenta #A01795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 48.19%
G = 6.93%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A01795 (or 0xA01795) is known color: Dark Magenta. HEX triplet: A0, 17 and 95. RGB value is (160,23,149). Sum of RGB (Red+Green+Blue) = 160+23+149=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A01795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01795 is #5FE86A. Grayscale: #4D4D4D. Windows color (decimal): -6285419 or 9770912. OLE color: 9770912.

HSL color Cylindrical-coordinate representation of color #A01795: hue angle of 304.82º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01795 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 23 149 -
CMYK 0 0.86 0.07 0.37
HSL 304.82º 0.75% 0.36% -
HSV(B) 304.82º 0.86% 0.63% -
XYZ 20.23 10.26 29.35 -
YUV 78.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 160 23 149 0 0.86 0.07 0.37 304.82 0.75 0.36
Hex A0 17 95 0 56 7 25 131 4B 24
Octal 240 27 225 0 126 7 45 461 113 44
Binary 10100000 10111 10010101 0 1010110 111 100101 100110001 1001011 100100

Color Harmonies of #A01795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01795

Black with #A01795

Text Example


Text Example

White with #A01795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01795; }

 p { color: rgb(160,23,149); }

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

background-color css

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

 a { background-color: rgb(160,23,149); }

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

border-color css

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

 span { border-color: rgb(160,23,149); }

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