Html Css Color HEX #A6157E Medium Violet Red

📋 copy color: '#A6157E'

red 166 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #A6157E

Tints of Medium Violet Red #A6157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.71%

 BLUE value IS 126 (49.61% from 255) = 40.26%

R = 53.04%
G = 6.71%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6157E (or 0xA6157E) is known color: Medium Violet Red. HEX triplet: A6, 15 and 7E. RGB value is (166,21,126). Sum of RGB (Red+Green+Blue) = 166+21+126=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6157E is #59EA81. Grayscale: #4C4C4C. Windows color (decimal): -5892738 or 8263078. OLE color: 8263078.

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

Color convert

RGB 166 21 126 -
CMYK 0 0.87 0.24 0.35
HSL 316.55º 0.78% 0.37% -
HSV(B) 316.55º 0.87% 0.65% -
XYZ 19.76 10.15 20.66 -
YUV 76.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 166 21 126 0 0.87 0.24 0.35 316.55 0.78 0.37
Hex A6 15 7E 0 57 18 23 13D 4E 25
Octal 246 25 176 0 127 30 43 475 116 45
Binary 10100110 10101 1111110 0 1010111 11000 100011 100111101 1001110 100101

Color Harmonies of #A6157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6157E

Black with #A6157E

Text Example


Text Example

White with #A6157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6157E; }

 p { color: rgb(166,21,126); }

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

background-color css

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

 a { background-color: rgb(166,21,126); }

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

border-color css

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

 span { border-color: rgb(166,21,126); }

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