Html Css Color HEX #A01192 Dark Magenta

📋 copy color: '#A01192'

red 160 ◦ green 17 ◦ blue 146

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

Shades of Dark Magenta #A01192

Tints of Dark Magenta #A01192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.26%

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 49.54%
G = 5.26%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A01192 (or 0xA01192) is known color: Dark Magenta. HEX triplet: A0, 11 and 92. RGB value is (160,17,146). Sum of RGB (Red+Green+Blue) = 160+17+146=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A01192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01192 is #5FEE6D. Grayscale: #4A4A4A. Windows color (decimal): -6286958 or 9572768. OLE color: 9572768.

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

Color convert

RGB 160 17 146 -
CMYK 0 0.89 0.09 0.37
HSL 305.87º 0.81% 0.35% -
HSV(B) 305.87º 0.89% 0.63% -
XYZ 19.89 9.95 28.07 -
YUV 74.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 160 17 146 0 0.89 0.09 0.37 305.87 0.81 0.35
Hex A0 11 92 0 59 9 25 132 51 23
Octal 240 21 222 0 131 11 45 462 121 43
Binary 10100000 10001 10010010 0 1011001 1001 100101 100110010 1010001 100011

Color Harmonies of #A01192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01192

Black with #A01192

Text Example


Text Example

White with #A01192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01192; }

 p { color: rgb(160,17,146); }

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

background-color css

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

 a { background-color: rgb(160,17,146); }

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

border-color css

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

 span { border-color: rgb(160,17,146); }

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