Html Css Color HEX #A01C95 Dark Magenta

📋 copy color: '#A01C95'

red 160 ◦ green 28 ◦ blue 149

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

Shades of Dark Magenta #A01C95

Tints of Dark Magenta #A01C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.31%

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

R = 47.48%
G = 8.31%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A01C95 (or 0xA01C95) is known color: Dark Magenta. HEX triplet: A0, 1C and 95. RGB value is (160,28,149). Sum of RGB (Red+Green+Blue) = 160+28+149=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01C95 is #5FE36A. Grayscale: #505050. Windows color (decimal): -6284139 or 9772192. OLE color: 9772192.

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

Color convert

RGB 160 28 149 -
CMYK 0 0.82 0.07 0.37
HSL 305º 0.7% 0.37% -
HSV(B) 305º 0.83% 0.63% -
XYZ 20.34 10.47 29.38 -
YUV 81.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 160 28 149 0 0.82 0.07 0.37 305 0.7 0.37
Hex A0 1C 95 0 52 7 25 131 46 25
Octal 240 34 225 0 122 7 45 461 106 45
Binary 10100000 11100 10010101 0 1010010 111 100101 100110001 1000110 100101

Color Harmonies of #A01C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C95

Black with #A01C95

Text Example


Text Example

White with #A01C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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