#A6348E

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

Shades of Medium Red Violet #A6348E

Tints of Medium Red Violet #A6348E

Color information

#A6348E (or 0xA6348E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 34 and 8E. RGB value is (166,52,142). Sum of RGB (Red+Green+Blue) = 166+52+142=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6348E is #59CB71. Grayscale: #606060. Windows color (decimal): -5884786 or 9319590. OLE color: 9319590.

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

Color convert

RGB16652142-
CMYK00.690.140.35
HSL312.63º52.29%42.75%-
HSV(B)312.63º68.67%65.1%-
XYZ21.8412.5226.86-
YUV96.35153.77177.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 52 (20.70% from 255) = 14.44%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=46.11%
G=14.44%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665214200.690.140.35312.6352.2942.75
HexA6348E045E23139342b
Octal24664216010516434716453
Binary1010011011010010001110010001011110100011100111001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6348E; }

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

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

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

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

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

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

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

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