Html Css Color HEX #A8109D Dark Magenta

📋 copy color: '#A8109D'

red 168 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #A8109D

Tints of Dark Magenta #A8109D

RGB

 RED value IS 168 (66.02% from 255) = 49.27%

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 49.27%
G = 4.69%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8109D (or 0xA8109D) is known color: Dark Magenta. HEX triplet: A8, 10 and 9D. RGB value is (168,16,157). Sum of RGB (Red+Green+Blue) = 168+16+157=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A8109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8109D is #57EF62. Grayscale: #4D4D4D. Windows color (decimal): -5762915 or 10293416. OLE color: 10293416.

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

Color convert

RGB 168 16 157 -
CMYK 0 0.90 0.07 0.34
HSL 304.34º 0.83% 0.36% -
HSV(B) 304.34º 0.9% 0.66% -
XYZ 22.42 11.13 32.86 -
YUV 77.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 168 16 157 0 0.90 0.07 0.34 304.34 0.83 0.36
Hex A8 10 9D 0 5A 7 22 130 53 24
Octal 250 20 235 0 132 7 42 460 123 44
Binary 10101000 10000 10011101 0 1011010 111 100010 100110000 1010011 100100

Color Harmonies of #A8109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8109D

Black with #A8109D

Text Example


Text Example

White with #A8109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8109D; }

 p { color: rgb(168,16,157); }

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

background-color css

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

 a { background-color: rgb(168,16,157); }

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

border-color css

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

 span { border-color: rgb(168,16,157); }

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