#A6348D

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

Shades of Medium Red Violet #A6348D

Tints of Medium Red Violet #A6348D

Color information

#A6348D (or 0xA6348D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 34 and 8D. RGB value is (166,52,141). Sum of RGB (Red+Green+Blue) = 166+52+141=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6348D is #59CB72. Grayscale: #5F5F5F. Windows color (decimal): -5884787 or 9254054. OLE color: 9254054.

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

Color convert

RGB16652141-
CMYK00.690.150.35
HSL313.16º52.29%42.75%-
HSV(B)313.16º68.67%65.1%-
XYZ21.7612.4926.46-
YUV96.23153.27177.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=46.24%
G=14.48%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665214100.690.150.35313.1652.2942.75
HexA6348D045F23139342b
Octal24664215010517434716453
Binary1010011011010010001101010001011111100011100111001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6348D; }

 p { color: rgb(166,52,141); }

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

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

 a { background-color: rgb(166,52,141); }

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

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

 span { border-color: rgb(166,52,141); }

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