#A63F90

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

Shades of Medium Red Violet #A63F90

Tints of Medium Red Violet #A63F90

Color information

#A63F90 (or 0xA63F90) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3F and 90. RGB value is (166,63,144). Sum of RGB (Red+Green+Blue) = 166+63+144=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F90 is #59C06F. Grayscale: #666666. Windows color (decimal): -5881968 or 9453478. OLE color: 9453478.

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

Color convert

RGB16663144-
CMYK00.620.130.35
HSL312.82º44.98%44.9%-
HSV(B)312.82º62.05%65.1%-
XYZ22.5413.6827.84-
YUV103.03151.12172.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 144 (56.64% from 255) = 38.61%
R=44.50%
G=16.89%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666314400.620.130.35312.8244.9844.9
HexA63F9003ED231392d2d
Octal2467722007615434715555
Binary101001101111111001000001111101101100011100111001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F90; }

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

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

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

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

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

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

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

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