Html Css Color HEX #A01091 Dark Magenta

📋 copy color: '#A01091'

red 160 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #A01091

Tints of Dark Magenta #A01091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 49.84%
G = 4.98%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A01091 (or 0xA01091) is known color: Dark Magenta. HEX triplet: A0, 10 and 91. RGB value is (160,16,145). Sum of RGB (Red+Green+Blue) = 160+16+145=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A01091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01091 is #5FEF6E. Grayscale: #494949. Windows color (decimal): -6287215 or 9506976. OLE color: 9506976.

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

Color convert

RGB 160 16 145 -
CMYK 0 0.9 0.09 0.37
HSL 306.25º 0.82% 0.35% -
HSV(B) 306.25º 0.9% 0.63% -
XYZ 19.79 9.89 27.65 -
YUV 73.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 160 16 145 0 0.9 0.09 0.37 306.25 0.82 0.35
Hex A0 10 91 0 5A 9 25 132 52 23
Octal 240 20 221 0 132 11 45 462 122 43
Binary 10100000 10000 10010001 0 1011010 1001 100101 100110010 1010010 100011

Color Harmonies of #A01091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01091

Black with #A01091

Text Example


Text Example

White with #A01091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01091; }

 p { color: rgb(160,16,145); }

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

background-color css

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

 a { background-color: rgb(160,16,145); }

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

border-color css

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

 span { border-color: rgb(160,16,145); }

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