Html Css Color HEX #A01095 Dark Magenta

📋 copy color: '#A01095'

red 160 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #A01095

Tints of Dark Magenta #A01095

RGB

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

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

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

R = 49.23%
G = 4.92%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A01095 (or 0xA01095) is known color: Dark Magenta. HEX triplet: A0, 10 and 95. RGB value is (160,16,149). Sum of RGB (Red+Green+Blue) = 160+16+149=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A01095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01095 is #5FEF6A. Grayscale: #494949. Windows color (decimal): -6287211 or 9769120. OLE color: 9769120.

HSL color Cylindrical-coordinate representation of color #A01095: hue angle of 304.58º 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 #A01095 is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 149 -
CMYK 0 0.9 0.07 0.37
HSL 304.58º 0.82% 0.35% -
HSV(B) 304.58º 0.9% 0.63% -
XYZ 20.11 10.01 29.31 -
YUV 74.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 160 16 149 0 0.9 0.07 0.37 304.58 0.82 0.35
Hex A0 10 95 0 5A 7 25 131 52 23
Octal 240 20 225 0 132 7 45 461 122 43
Binary 10100000 10000 10010101 0 1011010 111 100101 100110001 1010010 100011

Color Harmonies of #A01095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01095

Black with #A01095

Text Example


Text Example

White with #A01095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01095; }

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

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

background-color css

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

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

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

border-color css

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

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

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