#A6358C

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

Shades of Medium Red Violet #A6358C

Tints of Medium Red Violet #A6358C

Color information

#A6358C (or 0xA6358C) is unknown color: approx Medium Red Violet. HEX triplet: A6, 35 and 8C. RGB value is (166,53,140). Sum of RGB (Red+Green+Blue) = 166+53+140=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6358C is #59CA73. Grayscale: #606060. Windows color (decimal): -5884532 or 9188774. OLE color: 9188774.

HSL color Cylindrical-coordinate representation of color #A6358C: hue angle of 313.81º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6358C is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16653140-
CMYK00.680.160.35
HSL313.81º51.6%42.94%-
HSV(B)313.81º68.07%65.1%-
XYZ21.7312.5526.09-
YUV96.71152.44177.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=46.24%
G=14.76%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665314000.680.160.35313.8151.642.94
HexA6358C044102313a342b
Octal24665214010420434726453
Binary10100110110101100011000100010010000100011100111010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6358C; }

 p { color: rgb(166,53,140); }

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

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

 a { background-color: rgb(166,53,140); }

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

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

 span { border-color: rgb(166,53,140); }

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