#A6348A

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

Shades of Medium Red Violet #A6348A

Tints of Medium Red Violet #A6348A

Color information

#A6348A (or 0xA6348A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 34 and 8A. RGB value is (166,52,138). Sum of RGB (Red+Green+Blue) = 166+52+138=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6348A is #59CB75. Grayscale: #5F5F5F. Windows color (decimal): -5884790 or 9057446. OLE color: 9057446.

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

Color convert

RGB16652138-
CMYK00.690.170.35
HSL314.74º52.29%42.75%-
HSV(B)314.74º68.67%65.1%-
XYZ21.5412.425.3-
YUV95.89151.77178.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=46.63%
G=14.61%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665213800.690.170.35314.7452.2942.75
HexA6348A045112313b342b
Octal24664212010521434736453
Binary10100110110100100010100100010110001100011100111011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6348A; }

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

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

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

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

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

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

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

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