Html Css Color HEX #A6079D Dark Magenta

📋 copy color: '#A6079D'

red 166 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #A6079D

Tints of Dark Magenta #A6079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.12%

 BLUE value IS 157 (61.72% from 255) = 47.58%

R = 50.3%
G = 2.12%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6079D (or 0xA6079D) is known color: Dark Magenta. HEX triplet: A6, 07 and 9D. RGB value is (166,7,157). Sum of RGB (Red+Green+Blue) = 166+7+157=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6079D is #59F862. Grayscale: #474747. Windows color (decimal): -5896291 or 10291110. OLE color: 10291110.

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

Color convert

RGB 166 7 157 -
CMYK 0 0.96 0.05 0.35
HSL 303.4º 0.92% 0.34% -
HSV(B) 303.4º 0.96% 0.65% -
XYZ 21.89 10.69 32.81 -
YUV 71.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 166 7 157 0 0.96 0.05 0.35 303.4 0.92 0.34
Hex A6 7 9D 0 60 5 23 12F 5C 22
Octal 246 7 235 0 140 5 43 457 134 42
Binary 10100110 111 10011101 0 1100000 101 100011 100101111 1011100 100010

Color Harmonies of #A6079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6079D

Black with #A6079D

Text Example


Text Example

White with #A6079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6079D; }

 p { color: rgb(166,7,157); }

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

background-color css

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

 a { background-color: rgb(166,7,157); }

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

border-color css

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

 span { border-color: rgb(166,7,157); }

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