Html Css Color HEX #A6109B Dark Magenta

📋 copy color: '#A6109B'

red 166 ◦ green 16 ◦ blue 155

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

Shades of Dark Magenta #A6109B

Tints of Dark Magenta #A6109B

RGB

 RED value IS 166 (65.23% from 255) = 49.26%

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

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

R = 49.26%
G = 4.75%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6109B (or 0xA6109B) is known color: Dark Magenta. HEX triplet: A6, 10 and 9B. RGB value is (166,16,155). Sum of RGB (Red+Green+Blue) = 166+16+155=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6109B is #59EF64. Grayscale: #4C4C4C. Windows color (decimal): -5893989 or 10162342. OLE color: 10162342.

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

Color convert

RGB 166 16 155 -
CMYK 0 0.90 0.07 0.35
HSL 304.4º 0.82% 0.36% -
HSV(B) 304.4º 0.9% 0.65% -
XYZ 21.83 10.84 31.95 -
YUV 76.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 166 16 155 0 0.90 0.07 0.35 304.4 0.82 0.36
Hex A6 10 9B 0 5A 7 23 130 52 24
Octal 246 20 233 0 132 7 43 460 122 44
Binary 10100110 10000 10011011 0 1011010 111 100011 100110000 1010010 100100

Color Harmonies of #A6109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6109B

Black with #A6109B

Text Example


Text Example

White with #A6109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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