#A6237F

Color #A6237F Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A6237F

Tints of Medium Red Violet #A6237F

Color information

#A6237F (or 0xA6237F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 23 and 7F. RGB value is (166,35,127). Sum of RGB (Red+Green+Blue) = 166+35+127=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6237F is #59DC80. Grayscale: #545454. Windows color (decimal): -5889153 or 8332198. OLE color: 8332198.

HSL color Cylindrical-coordinate representation of color #A6237F: hue angle of 317.86º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6237F is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16635127-
CMYK00.790.230.35
HSL317.86º65.17%39.41%-
HSV(B)317.86º78.92%65.1%-
XYZ20.1610.8421.11-
YUV84.66151.9186.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 35 (14.06% from 255) = 10.67%
BLUE value IS 127 (50% from 255) = 38.72%
R=50.61%
G=10.67%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663512700.790.230.35317.8665.1739.41
HexA6237F04F172313e4127
Octal246431770117274347610147
Binary10100110100011111111101001111101111000111001111101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6237F; }

 p { color: rgb(166,35,127); }

 H1.HeaderClassName
 {
   color: #A6237F;
 }
 .AnyTagClassName
 {
   color: #A6237F;
 }
</style>
background-color css

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

 a { background-color: rgb(166,35,127); }

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

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

 span { border-color: rgb(166,35,127); }

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