Html Css Color HEX #A6149F Dark Magenta

📋 copy color: '#A6149F'

red 166 ◦ green 20 ◦ blue 159

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

Shades of Dark Magenta #A6149F

Tints of Dark Magenta #A6149F

RGB

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

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

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

R = 48.12%
G = 5.8%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6149F (or 0xA6149F) is known color: Dark Magenta. HEX triplet: A6, 14 and 9F. RGB value is (166,20,159). Sum of RGB (Red+Green+Blue) = 166+20+159=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6149F is #59EB60. Grayscale: #4F4F4F. Windows color (decimal): -5892961 or 10425510. OLE color: 10425510.

HSL color Cylindrical-coordinate representation of color #A6149F: hue angle of 302.88º 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 #A6149F is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 159 -
CMYK 0 0.88 0.04 0.35
HSL 302.88º 0.78% 0.36% -
HSV(B) 302.88º 0.88% 0.65% -
XYZ 22.23 11.11 33.77 -
YUV 79.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 166 20 159 0 0.88 0.04 0.35 302.88 0.78 0.36
Hex A6 14 9F 0 58 4 23 12F 4E 24
Octal 246 24 237 0 130 4 43 457 116 44
Binary 10100110 10100 10011111 0 1011000 100 100011 100101111 1001110 100100

Color Harmonies of #A6149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6149F

Black with #A6149F

Text Example


Text Example

White with #A6149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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