Html Css Color HEX #A7108C Dark Magenta

📋 copy color: '#A7108C'

red 167 ◦ green 16 ◦ blue 140

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

Shades of Dark Magenta #A7108C

Tints of Dark Magenta #A7108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 51.7%
G = 4.95%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7108C (or 0xA7108C) is known color: Dark Magenta. HEX triplet: A7, 10 and 8C. RGB value is (167,16,140). Sum of RGB (Red+Green+Blue) = 167+16+140=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A7108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7108C is #58EF73. Grayscale: #4A4A4A. Windows color (decimal): -5828468 or 9179303. OLE color: 9179303.

HSL color Cylindrical-coordinate representation of color #A7108C: hue angle of 310.73º 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 #A7108C is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 140 -
CMYK 0 0.90 0.16 0.35
HSL 310.73º 0.83% 0.36% -
HSV(B) 310.73º 0.9% 0.65% -
XYZ 20.86 10.48 25.73 -
YUV 75.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 167 16 140 0 0.90 0.16 0.35 310.73 0.83 0.36
Hex A7 10 8C 0 5A 10 23 137 53 24
Octal 247 20 214 0 132 20 43 467 123 44
Binary 10100111 10000 10001100 0 1011010 10000 100011 100110111 1010011 100100

Color Harmonies of #A7108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7108C

Black with #A7108C

Text Example


Text Example

White with #A7108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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