#A63C9B

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

Shades of Violet Blue #A63C9B

Tints of Violet Blue #A63C9B

Color information

#A63C9B (or 0xA63C9B) is unknown color: approx Violet Blue. HEX triplet: A6, 3C and 9B. RGB value is (166,60,155). Sum of RGB (Red+Green+Blue) = 166+60+155=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63C9B is #59C364. Grayscale: #666666. Windows color (decimal): -5882725 or 10173606. OLE color: 10173606.

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

Color convert

RGB16660155-
CMYK00.640.070.35
HSL306.23º46.9%44.31%-
HSV(B)306.23º63.86%65.1%-
XYZ23.2613.7132.43-
YUV102.52157.62173.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=43.57%
G=15.75%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666015500.640.070.35306.2346.944.31
HexA63C9B0407231322f2c
Octal2467423301007434625754
Binary101001101111001001101101000000111100011100110010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C9B; }

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

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

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

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

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

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

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

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