#A63B96

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

Shades of Medium Red Violet #A63B96

Tints of Medium Red Violet #A63B96

Color information

#A63B96 (or 0xA63B96) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3B and 96. RGB value is (166,59,150). Sum of RGB (Red+Green+Blue) = 166+59+150=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63B96 is #59C469. Grayscale: #656565. Windows color (decimal): -5882986 or 9845670. OLE color: 9845670.

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

Color convert

RGB16659150-
CMYK00.640.100.35
HSL308.97º47.56%44.12%-
HSV(B)308.97º64.46%65.1%-
XYZ22.7913.4430.25-
YUV101.37155.45174.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 150 (58.98% from 255) = 40%
R=44.27%
G=15.73%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665915000.640.100.35308.9747.5644.12
HexA63B96040A23135302c
Octal24673226010012434656054
Binary1010011011101110010110010000001010100011100110101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B96; }

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

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

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

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

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

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

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

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