Html Css Color HEX #A8109F Dark Magenta

📋 copy color: '#A8109F'

red 168 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #A8109F

Tints of Dark Magenta #A8109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 48.98%
G = 4.66%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8109F (or 0xA8109F) is known color: Dark Magenta. HEX triplet: A8, 10 and 9F. RGB value is (168,16,159). Sum of RGB (Red+Green+Blue) = 168+16+159=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8109F is #57EF60. Grayscale: #4D4D4D. Windows color (decimal): -5762913 or 10424488. OLE color: 10424488.

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

Color convert

RGB 168 16 159 -
CMYK 0 0.90 0.05 0.34
HSL 303.55º 0.83% 0.36% -
HSV(B) 303.55º 0.9% 0.66% -
XYZ 22.59 11.2 33.77 -
YUV 77.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 168 16 159 0 0.90 0.05 0.34 303.55 0.83 0.36
Hex A8 10 9F 0 5A 5 22 130 53 24
Octal 250 20 237 0 132 5 42 460 123 44
Binary 10101000 10000 10011111 0 1011010 101 100010 100110000 1010011 100100

Color Harmonies of #A8109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8109F

Black with #A8109F

Text Example


Text Example

White with #A8109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8109F; }

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

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

background-color css

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

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

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

border-color css

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

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

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