Html Css Color HEX #A6149D Dark Magenta

📋 copy color: '#A6149D'

red 166 ◦ green 20 ◦ blue 157

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

Shades of Dark Magenta #A6149D

Tints of Dark Magenta #A6149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

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

R = 48.4%
G = 5.83%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6149D (or 0xA6149D) is known color: Dark Magenta. HEX triplet: A6, 14 and 9D. RGB value is (166,20,157). Sum of RGB (Red+Green+Blue) = 166+20+157=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6149D is #59EB62. Grayscale: #4E4E4E. Windows color (decimal): -5892963 or 10294438. OLE color: 10294438.

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

Color convert

RGB 166 20 157 -
CMYK 0 0.88 0.05 0.35
HSL 303.7º 0.78% 0.36% -
HSV(B) 303.7º 0.88% 0.65% -
XYZ 22.06 11.04 32.87 -
YUV 79.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 166 20 157 0 0.88 0.05 0.35 303.7 0.78 0.36
Hex A6 14 9D 0 58 5 23 130 4E 24
Octal 246 24 235 0 130 5 43 460 116 44
Binary 10100110 10100 10011101 0 1011000 101 100011 100110000 1001110 100100

Color Harmonies of #A6149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6149D

Black with #A6149D

Text Example


Text Example

White with #A6149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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