#A6398E

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

Shades of Medium Red Violet #A6398E

Tints of Medium Red Violet #A6398E

Color information

#A6398E (or 0xA6398E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 39 and 8E. RGB value is (166,57,142). Sum of RGB (Red+Green+Blue) = 166+57+142=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6398E is #59C671. Grayscale: #636363. Windows color (decimal): -5883506 or 9320870. OLE color: 9320870.

HSL color Cylindrical-coordinate representation of color #A6398E: hue angle of 313.21º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6398E is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16657142-
CMYK00.660.140.35
HSL313.21º48.88%43.73%-
HSV(B)313.21º65.66%65.1%-
XYZ22.0712.9926.93-
YUV99.28152.11175.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 57 (22.66% from 255) = 15.62%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=45.48%
G=15.62%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665714200.660.140.35313.2148.8843.73
HexA6398E042E23139312c
Octal24671216010216434716154
Binary1010011011100110001110010000101110100011100111001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6398E; }

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

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

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

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

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

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

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

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