#A63E9A

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

Shades of Violet Blue #A63E9A

Tints of Violet Blue #A63E9A

Color information

#A63E9A (or 0xA63E9A) is unknown color: approx Violet Blue. HEX triplet: A6, 3E and 9A. RGB value is (166,62,154). Sum of RGB (Red+Green+Blue) = 166+62+154=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E9A is #59C165. Grayscale: #676767. Windows color (decimal): -5882214 or 10108582. OLE color: 10108582.

HSL color Cylindrical-coordinate representation of color #A63E9A: hue angle of 306.92º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E9A is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16662154-
CMYK00.630.070.35
HSL306.92º45.61%44.71%-
HSV(B)306.92º62.65%65.1%-
XYZ23.2813.8932.02-
YUV103.58156.46172.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=43.46%
G=16.23%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666215400.630.070.35306.9245.6144.71
HexA63E9A03F7231332e2d
Octal246762320777434635655
Binary10100110111110100110100111111111100011100110011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E9A; }

 p { color: rgb(166,62,154); }

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

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

 a { background-color: rgb(166,62,154); }

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

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

 span { border-color: rgb(166,62,154); }

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