Html Css Color HEX #A6039D Dark Magenta

📋 copy color: '#A6039D'

red 166 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #A6039D

Tints of Dark Magenta #A6039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 50.92%
G = 0.92%
B = 48.16%

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

#A6039D (or 0xA6039D) is known color: Dark Magenta. HEX triplet: A6, 03 and 9D. RGB value is (166,3,157). Sum of RGB (Red+Green+Blue) = 166+3+157=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6039D is #59FC62. Grayscale: #444444. Windows color (decimal): -5897315 or 10290086. OLE color: 10290086.

HSL color Cylindrical-coordinate representation of color #A6039D: hue angle of 303.31º degrees, saturation: 0.96, 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 #A6039D is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 3 157 -
CMYK 0 0.98 0.05 0.35
HSL 303.31º 0.96% 0.33% -
HSV(B) 303.31º 0.98% 0.65% -
XYZ 21.84 10.61 32.79 -
YUV 69.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 166 3 157 0 0.98 0.05 0.35 303.31 0.96 0.33
Hex A6 3 9D 0 62 5 23 12F 60 21
Octal 246 3 235 0 142 5 43 457 140 41
Binary 10100110 11 10011101 0 1100010 101 100011 100101111 1100000 100001

Color Harmonies of #A6039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6039D

Black with #A6039D

Text Example


Text Example

White with #A6039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6039D; }

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

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

background-color css

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

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

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

border-color css

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

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

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