Html Css Color HEX #A01097 Dark Magenta

📋 copy color: '#A01097'

red 160 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #A01097

Tints of Dark Magenta #A01097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.18%

R = 48.93%
G = 4.89%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A01097 (or 0xA01097) is known color: Dark Magenta. HEX triplet: A0, 10 and 97. RGB value is (160,16,151). Sum of RGB (Red+Green+Blue) = 160+16+151=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A01097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01097 is #5FEF68. Grayscale: #4A4A4A. Windows color (decimal): -6287209 or 9900192. OLE color: 9900192.

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

Color convert

RGB 160 16 151 -
CMYK 0 0.9 0.06 0.37
HSL 303.75º 0.82% 0.35% -
HSV(B) 303.75º 0.9% 0.63% -
XYZ 20.27 10.08 30.16 -
YUV 74.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 160 16 151 0 0.9 0.06 0.37 303.75 0.82 0.35
Hex A0 10 97 0 5A 6 25 130 52 23
Octal 240 20 227 0 132 6 45 460 122 43
Binary 10100000 10000 10010111 0 1011010 110 100101 100110000 1010010 100011

Color Harmonies of #A01097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01097

Black with #A01097

Text Example


Text Example

White with #A01097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01097; }

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

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

background-color css

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

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

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

border-color css

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

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

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