Html Css Color HEX #A8109B Dark Magenta

📋 copy color: '#A8109B'

red 168 ◦ green 16 ◦ blue 155

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

Shades of Dark Magenta #A8109B

Tints of Dark Magenta #A8109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 49.56%
G = 4.72%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8109B (or 0xA8109B) is known color: Dark Magenta. HEX triplet: A8, 10 and 9B. RGB value is (168,16,155). Sum of RGB (Red+Green+Blue) = 168+16+155=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A8109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8109B is #57EF64. Grayscale: #4C4C4C. Windows color (decimal): -5762917 or 10162344. OLE color: 10162344.

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

Color convert

RGB 168 16 155 -
CMYK 0 0.90 0.08 0.34
HSL 305.13º 0.83% 0.36% -
HSV(B) 305.13º 0.9% 0.66% -
XYZ 22.25 11.06 31.97 -
YUV 77.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 168 16 155 0 0.90 0.08 0.34 305.13 0.83 0.36
Hex A8 10 9B 0 5A 8 22 131 53 24
Octal 250 20 233 0 132 10 42 461 123 44
Binary 10101000 10000 10011011 0 1011010 1000 100010 100110001 1010011 100100

Color Harmonies of #A8109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8109B

Black with #A8109B

Text Example


Text Example

White with #A8109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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