Html Css Color HEX #A6009E Dark Magenta

📋 copy color: '#A6009E'

red 166 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #A6009E

Tints of Dark Magenta #A6009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 51.23%
G = 0%
B = 48.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6009E (or 0xA6009E) is known color: Dark Magenta. HEX triplet: A6, 00 and 9E. RGB value is (166,0,158). Sum of RGB (Red+Green+Blue) = 166+0+158=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6009E is #59FF61. Grayscale: #434343. Windows color (decimal): -5898082 or 10354854. OLE color: 10354854.

HSL color Cylindrical-coordinate representation of color #A6009E: hue angle of 302.89º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6009E is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 158 -
CMYK 0 1 0.05 0.35
HSL 302.89º 1% 0.33% -
HSV(B) 302.89º 1% 0.65% -
XYZ 21.9 10.58 33.23 -
YUV 67.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 166 0 158 0 1 0.05 0.35 302.89 1 0.33
Hex A6 0 9E 0 64 5 23 12F 64 21
Octal 246 0 236 0 144 5 43 457 144 41
Binary 10100110 0 10011110 0 1100100 101 100011 100101111 1100100 100001

Color Harmonies of #A6009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6009E

Black with #A6009E

Text Example


Text Example

White with #A6009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6009E; }

 p { color: rgb(166,0,158); }

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

background-color css

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

 a { background-color: rgb(166,0,158); }

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

border-color css

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

 span { border-color: rgb(166,0,158); }

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