#A63CA1

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

Shades of Violet Blue #A63CA1

Tints of Violet Blue #A63CA1

Color information

#A63CA1 (or 0xA63CA1) is unknown color: approx Violet Blue. HEX triplet: A6, 3C and A1. RGB value is (166,60,161). Sum of RGB (Red+Green+Blue) = 166+60+161=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A63CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63CA1 is #59C35E. Grayscale: #666666. Windows color (decimal): -5882719 or 10566822. OLE color: 10566822.

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

Color convert

RGB16660161-
CMYK00.640.030.35
HSL302.83º46.9%44.31%-
HSV(B)302.83º63.86%65.1%-
XYZ23.7713.9135.15-
YUV103.21160.62172.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 60 (23.83% from 255) = 15.50%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=42.89%
G=15.50%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666016100.640.030.35302.8346.944.31
HexA63CA104032312f2f2c
Octal2467424101003434575754
Binary10100110111100101000010100000011100011100101111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CA1; }

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

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

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

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

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

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

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

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