Html Css Color HEX #A8109C Dark Magenta

📋 copy color: '#A8109C'

red 168 ◦ green 16 ◦ blue 156

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

Shades of Dark Magenta #A8109C

Tints of Dark Magenta #A8109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 49.41%
G = 4.71%
B = 45.88%

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

#A8109C (or 0xA8109C) is known color: Dark Magenta. HEX triplet: A8, 10 and 9C. RGB value is (168,16,156). Sum of RGB (Red+Green+Blue) = 168+16+156=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8109C is #57EF63. Grayscale: #4D4D4D. Windows color (decimal): -5762916 or 10227880. OLE color: 10227880.

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

Color convert

RGB 168 16 156 -
CMYK 0 0.90 0.07 0.34
HSL 304.74º 0.83% 0.36% -
HSV(B) 304.74º 0.9% 0.66% -
XYZ 22.33 11.1 32.42 -
YUV 77.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 168 16 156 0 0.90 0.07 0.34 304.74 0.83 0.36
Hex A8 10 9C 0 5A 7 22 131 53 24
Octal 250 20 234 0 132 7 42 461 123 44
Binary 10101000 10000 10011100 0 1011010 111 100010 100110001 1010011 100100

Color Harmonies of #A8109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8109C

Black with #A8109C

Text Example


Text Example

White with #A8109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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