Html Css Color HEX #A71096 Dark Magenta

📋 copy color: '#A71096'

red 167 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #A71096

Tints of Dark Magenta #A71096

RGB

 RED value IS 167 (65.63% from 255) = 50.15%

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

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

R = 50.15%
G = 4.8%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A71096 (or 0xA71096) is known color: Dark Magenta. HEX triplet: A7, 10 and 96. RGB value is (167,16,150). Sum of RGB (Red+Green+Blue) = 167+16+150=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A71096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71096 is #58EF69. Grayscale: #4C4C4C. Windows color (decimal): -5828458 or 9834663. OLE color: 9834663.

HSL color Cylindrical-coordinate representation of color #A71096: hue angle of 306.75º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71096 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 150 -
CMYK 0 0.90 0.10 0.35
HSL 306.76º 0.83% 0.36% -
HSV(B) 306.76º 0.9% 0.65% -
XYZ 21.63 10.79 29.8 -
YUV 76.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 167 16 150 0 0.90 0.10 0.35 306.76 0.83 0.36
Hex A7 10 96 0 5A A 23 133 53 24
Octal 247 20 226 0 132 12 43 463 123 44
Binary 10100111 10000 10010110 0 1011010 1010 100011 100110011 1010011 100100

Color Harmonies of #A71096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71096

Black with #A71096

Text Example


Text Example

White with #A71096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71096; }

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

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

background-color css

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

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

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

border-color css

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

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

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