Html Css Color HEX #A01096 Dark Magenta

📋 copy color: '#A01096'

red 160 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #A01096

Tints of Dark Magenta #A01096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 49.08%
G = 4.91%
B = 46.01%

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

#A01096 (or 0xA01096) is known color: Dark Magenta. HEX triplet: A0, 10 and 96. RGB value is (160,16,150). Sum of RGB (Red+Green+Blue) = 160+16+150=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A01096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01096 is #5FEF69. Grayscale: #494949. Windows color (decimal): -6287210 or 9834656. OLE color: 9834656.

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

Color convert

RGB 160 16 150 -
CMYK 0 0.9 0.06 0.37
HSL 304.17º 0.82% 0.35% -
HSV(B) 304.17º 0.9% 0.63% -
XYZ 20.19 10.05 29.73 -
YUV 74.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 160 16 150 0 0.9 0.06 0.37 304.17 0.82 0.35
Hex A0 10 96 0 5A 6 25 130 52 23
Octal 240 20 226 0 132 6 45 460 122 43
Binary 10100000 10000 10010110 0 1011010 110 100101 100110000 1010010 100011

Color Harmonies of #A01096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01096

Black with #A01096

Text Example


Text Example

White with #A01096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01096; }

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

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

background-color css

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

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

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

border-color css

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

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

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