#A6398F

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

Shades of Medium Red Violet #A6398F

Tints of Medium Red Violet #A6398F

Color information

#A6398F (or 0xA6398F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 39 and 8F. RGB value is (166,57,143). Sum of RGB (Red+Green+Blue) = 166+57+143=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A6398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6398F is #59C670. Grayscale: #636363. Windows color (decimal): -5883505 or 9386406. OLE color: 9386406.

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

Color convert

RGB16657143-
CMYK00.660.140.35
HSL312.66º48.88%43.73%-
HSV(B)312.66º65.66%65.1%-
XYZ22.1513.0227.33-
YUV99.39152.61175.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 57 (22.66% from 255) = 15.57%
BLUE value IS 143 (56.25% from 255) = 39.07%
R=45.36%
G=15.57%
B=39.07%

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
Decimal1665714300.660.140.35312.6648.8843.73
HexA6398F042E23139312c
Octal24671217010216434716154
Binary1010011011100110001111010000101110100011100111001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6398F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6398F; }

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

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

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

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

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

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

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

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