Html Css Color HEX #A01396 Dark Magenta

📋 copy color: '#A01396'

red 160 ◦ green 19 ◦ blue 150

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

Shades of Dark Magenta #A01396

Tints of Dark Magenta #A01396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

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

R = 48.63%
G = 5.78%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A01396 (or 0xA01396) is known color: Dark Magenta. HEX triplet: A0, 13 and 96. RGB value is (160,19,150). Sum of RGB (Red+Green+Blue) = 160+19+150=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A01396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01396 is #5FEC69. Grayscale: #4B4B4B. Windows color (decimal): -6286442 or 9835424. OLE color: 9835424.

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

Color convert

RGB 160 19 150 -
CMYK 0 0.88 0.06 0.37
HSL 304.26º 0.79% 0.35% -
HSV(B) 304.26º 0.88% 0.63% -
XYZ 20.24 10.14 29.75 -
YUV 76.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 160 19 150 0 0.88 0.06 0.37 304.26 0.79 0.35
Hex A0 13 96 0 58 6 25 130 4F 23
Octal 240 23 226 0 130 6 45 460 117 43
Binary 10100000 10011 10010110 0 1011000 110 100101 100110000 1001111 100011

Color Harmonies of #A01396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01396

Black with #A01396

Text Example


Text Example

White with #A01396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01396; }

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

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

background-color css

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

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

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

border-color css

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

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

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