Html Css Color HEX #A6108A Dark Magenta

📋 copy color: '#A6108A'

red 166 ◦ green 16 ◦ blue 138

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

Shades of Dark Magenta #A6108A

Tints of Dark Magenta #A6108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 51.88%
G = 5%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6108A (or 0xA6108A) is known color: Dark Magenta. HEX triplet: A6, 10 and 8A. RGB value is (166,16,138). Sum of RGB (Red+Green+Blue) = 166+16+138=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A6108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6108A is #59EF75. Grayscale: #4A4A4A. Windows color (decimal): -5894006 or 9048230. OLE color: 9048230.

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

Color convert

RGB 166 16 138 -
CMYK 0 0.90 0.17 0.35
HSL 311.2º 0.82% 0.36% -
HSV(B) 311.2º 0.9% 0.65% -
XYZ 20.5 10.31 24.95 -
YUV 74.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 166 16 138 0 0.90 0.17 0.35 311.2 0.82 0.36
Hex A6 10 8A 0 5A 11 23 137 52 24
Octal 246 20 212 0 132 21 43 467 122 44
Binary 10100110 10000 10001010 0 1011010 10001 100011 100110111 1010010 100100

Color Harmonies of #A6108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6108A

Black with #A6108A

Text Example


Text Example

White with #A6108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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