#A63BAA

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

Shades of Violet Blue #A63BAA

Tints of Violet Blue #A63BAA

Color information

#A63BAA (or 0xA63BAA) is unknown color: approx Violet Blue. HEX triplet: A6, 3B and AA. RGB value is (166,59,170). Sum of RGB (Red+Green+Blue) = 166+59+170=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #A63BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BAA is #59C455. Grayscale: #676767. Windows color (decimal): -5882966 or 11156390. OLE color: 11156390.

HSL color Cylindrical-coordinate representation of color #A63BAA: hue angle of 297.84º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63BAA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16659170-
CMYK0.020.6500.33
HSL297.84º48.47%44.9%-
HSV(B)297.84º65.29%66.67%-
XYZ24.5514.1439.47-
YUV103.65165.45172.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 59 (23.44% from 255) = 14.94%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=42.03%
G=14.94%
B=43.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166591700.020.6500.33297.8448.4744.9
HexA63BAA24102112a302d
Octal2467325221010414526055
Binary10100110111011101010101010000010100001100101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63BAA; }

 p { color: rgb(166,59,170); }

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

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

 a { background-color: rgb(166,59,170); }

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

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

 span { border-color: rgb(166,59,170); }

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