#A63C8A

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

Shades of Medium Red Violet #A63C8A

Tints of Medium Red Violet #A63C8A

Color information

#A63C8A (or 0xA63C8A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3C and 8A. RGB value is (166,60,138). Sum of RGB (Red+Green+Blue) = 166+60+138=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63C8A is #59C375. Grayscale: #646464. Windows color (decimal): -5882742 or 9059494. OLE color: 9059494.

HSL color Cylindrical-coordinate representation of color #A63C8A: hue angle of 315.85º degrees, saturation: 0.47, 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 #A63C8A is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16660138-
CMYK00.640.170.35
HSL315.85º46.9%44.31%-
HSV(B)315.85º63.86%65.1%-
XYZ21.9313.1725.43-
YUV100.59149.12174.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 60 (23.83% from 255) = 16.48%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=45.60%
G=16.48%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666013800.640.170.35315.8546.944.31
HexA63C8A040112313c2f2c
Octal24674212010021434745754
Binary10100110111100100010100100000010001100011100111100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C8A; }

 p { color: rgb(166,60,138); }

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

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

 a { background-color: rgb(166,60,138); }

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

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

 span { border-color: rgb(166,60,138); }

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