Html Css Color HEX #A6149C Dark Magenta

📋 copy color: '#A6149C'

red 166 ◦ green 20 ◦ blue 156

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

Shades of Dark Magenta #A6149C

Tints of Dark Magenta #A6149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 48.54%
G = 5.85%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6149C (or 0xA6149C) is known color: Dark Magenta. HEX triplet: A6, 14 and 9C. RGB value is (166,20,156). Sum of RGB (Red+Green+Blue) = 166+20+156=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6149C is #59EB63. Grayscale: #4E4E4E. Windows color (decimal): -5892964 or 10228902. OLE color: 10228902.

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

Color convert

RGB 166 20 156 -
CMYK 0 0.88 0.06 0.35
HSL 304.11º 0.78% 0.36% -
HSV(B) 304.11º 0.88% 0.65% -
XYZ 21.98 11.01 32.42 -
YUV 79.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 166 20 156 0 0.88 0.06 0.35 304.11 0.78 0.36
Hex A6 14 9C 0 58 6 23 130 4E 24
Octal 246 24 234 0 130 6 43 460 116 44
Binary 10100110 10100 10011100 0 1011000 110 100011 100110000 1001110 100100

Color Harmonies of #A6149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6149C

Black with #A6149C

Text Example


Text Example

White with #A6149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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