Html Css Color HEX #A10796 Dark Magenta

📋 copy color: '#A10796'

red 161 ◦ green 7 ◦ blue 150

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

Shades of Dark Magenta #A10796

Tints of Dark Magenta #A10796

RGB

 RED value IS 161 (63.28% from 255) = 50.63%

 GREEN value IS 7 (3.13% from 255) = 2.2%

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

R = 50.63%
G = 2.2%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A10796 (or 0xA10796) is known color: Dark Magenta. HEX triplet: A1, 07 and 96. RGB value is (161,7,150). Sum of RGB (Red+Green+Blue) = 161+7+150=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A10796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10796 is #5EF869. Grayscale: #444444. Windows color (decimal): -6223978 or 9832353. OLE color: 9832353.

HSL color Cylindrical-coordinate representation of color #A10796: hue angle of 304.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10796 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 150 -
CMYK 0 0.96 0.07 0.37
HSL 304.29º 0.92% 0.33% -
HSV(B) 304.29º 0.96% 0.63% -
XYZ 20.28 9.93 29.7 -
YUV 69.35 173.52 193.37 -
System Red Green Blue C M Y K H S L
Decimal 161 7 150 0 0.96 0.07 0.37 304.29 0.92 0.33
Hex A1 7 96 0 60 7 25 130 5C 21
Octal 241 7 226 0 140 7 45 460 134 41
Binary 10100001 111 10010110 0 1100000 111 100101 100110000 1011100 100001

Color Harmonies of #A10796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10796

Black with #A10796

Text Example


Text Example

White with #A10796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10796; }

 p { color: rgb(161,7,150); }

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

background-color css

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

 a { background-color: rgb(161,7,150); }

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

border-color css

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

 span { border-color: rgb(161,7,150); }

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