#A63CAA

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

Shades of Violet Blue #A63CAA

Tints of Violet Blue #A63CAA

Color information

#A63CAA (or 0xA63CAA) is unknown color: approx Violet Blue. HEX triplet: A6, 3C and AA. RGB value is (166,60,170). Sum of RGB (Red+Green+Blue) = 166+60+170=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #A63CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63CAA is #59C355. Grayscale: #676767. Windows color (decimal): -5882710 or 11156646. OLE color: 11156646.

HSL color Cylindrical-coordinate representation of color #A63CAA: hue angle of 297.82º 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 #A63CAA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16660170-
CMYK0.020.6500.33
HSL297.82º47.83%45.1%-
HSV(B)297.82º64.71%66.67%-
XYZ24.614.2439.48-
YUV104.23165.12172.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 60 (23.83% from 255) = 15.15%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=41.92%
G=15.15%
B=42.93%

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
Decimal166601700.020.6500.33297.8247.8345.1
HexA63CAA24102112a302d
Octal2467425221010414526055
Binary10100110111100101010101010000010100001100101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CAA; }

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

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

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

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

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

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

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

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