#A63F96

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

Shades of Medium Red Violet #A63F96

Tints of Medium Red Violet #A63F96

Color information

#A63F96 (or 0xA63F96) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3F and 96. RGB value is (166,63,150). Sum of RGB (Red+Green+Blue) = 166+63+150=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F96 is #59C069. Grayscale: #676767. Windows color (decimal): -5881962 or 9846694. OLE color: 9846694.

HSL color Cylindrical-coordinate representation of color #A63F96: hue angle of 309.32º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A63F96 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16663150-
CMYK00.620.100.35
HSL309.32º44.98%44.9%-
HSV(B)309.32º62.05%65.1%-
XYZ23.0113.8630.32-
YUV103.72154.12172.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=43.80%
G=16.62%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666315000.620.100.35309.3244.9844.9
HexA63F9603EA231352d2d
Octal2467722607612434655555
Binary101001101111111001011001111101010100011100110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F96; }

 p { color: rgb(166,63,150); }

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

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

 a { background-color: rgb(166,63,150); }

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

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

 span { border-color: rgb(166,63,150); }

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