Html Css Color HEX #A01296 Dark Magenta

📋 copy color: '#A01296'

red 160 ◦ green 18 ◦ blue 150

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

Shades of Dark Magenta #A01296

Tints of Dark Magenta #A01296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

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

R = 48.78%
G = 5.49%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A01296 (or 0xA01296) is known color: Dark Magenta. HEX triplet: A0, 12 and 96. RGB value is (160,18,150). Sum of RGB (Red+Green+Blue) = 160+18+150=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A01296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01296 is #5FED69. Grayscale: #4B4B4B. Windows color (decimal): -6286698 or 9835168. OLE color: 9835168.

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

Color convert

RGB 160 18 150 -
CMYK 0 0.89 0.06 0.37
HSL 304.23º 0.8% 0.35% -
HSV(B) 304.23º 0.89% 0.63% -
XYZ 20.22 10.11 29.74 -
YUV 75.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 160 18 150 0 0.89 0.06 0.37 304.23 0.8 0.35
Hex A0 12 96 0 59 6 25 130 50 23
Octal 240 22 226 0 131 6 45 460 120 43
Binary 10100000 10010 10010110 0 1011001 110 100101 100110000 1010000 100011

Color Harmonies of #A01296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01296

Black with #A01296

Text Example


Text Example

White with #A01296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01296; }

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

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

background-color css

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

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

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

border-color css

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

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

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