Html Css Color HEX #A6049D Dark Magenta

📋 copy color: '#A6049D'

red 166 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #A6049D

Tints of Dark Magenta #A6049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 50.76%
G = 1.22%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6049D (or 0xA6049D) is known color: Dark Magenta. HEX triplet: A6, 04 and 9D. RGB value is (166,4,157). Sum of RGB (Red+Green+Blue) = 166+4+157=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6049D is #59FB62. Grayscale: #454545. Windows color (decimal): -5897059 or 10290342. OLE color: 10290342.

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

Color convert

RGB 166 4 157 -
CMYK 0 0.98 0.05 0.35
HSL 303.33º 0.95% 0.33% -
HSV(B) 303.33º 0.98% 0.65% -
XYZ 21.86 10.63 32.8 -
YUV 69.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 166 4 157 0 0.98 0.05 0.35 303.33 0.95 0.33
Hex A6 4 9D 0 62 5 23 12F 5F 21
Octal 246 4 235 0 142 5 43 457 137 41
Binary 10100110 100 10011101 0 1100010 101 100011 100101111 1011111 100001

Color Harmonies of #A6049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6049D

Black with #A6049D

Text Example


Text Example

White with #A6049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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