Html Css Color HEX #A6209F Dark Magenta

📋 copy color: '#A6209F'

red 166 ◦ green 32 ◦ blue 159

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

Shades of Dark Magenta #A6209F

Tints of Dark Magenta #A6209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.96%

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

R = 46.5%
G = 8.96%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6209F (or 0xA6209F) is known color: Dark Magenta. HEX triplet: A6, 20 and 9F. RGB value is (166,32,159). Sum of RGB (Red+Green+Blue) = 166+32+159=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6209F is #59DF60. Grayscale: #565656. Windows color (decimal): -5889889 or 10428582. OLE color: 10428582.

HSL color Cylindrical-coordinate representation of color #A6209F: hue angle of 303.13º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6209F is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 159 -
CMYK 0 0.81 0.04 0.35
HSL 303.13º 0.68% 0.39% -
HSV(B) 303.13º 0.81% 0.65% -
XYZ 22.5 11.64 33.86 -
YUV 86.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 166 32 159 0 0.81 0.04 0.35 303.13 0.68 0.39
Hex A6 20 9F 0 51 4 23 12F 44 27
Octal 246 40 237 0 121 4 43 457 104 47
Binary 10100110 100000 10011111 0 1010001 100 100011 100101111 1000100 100111

Color Harmonies of #A6209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6209F

Black with #A6209F

Text Example


Text Example

White with #A6209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6209F; }

 p { color: rgb(166,32,159); }

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

background-color css

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

 a { background-color: rgb(166,32,159); }

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

border-color css

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

 span { border-color: rgb(166,32,159); }

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