#A63CAC

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

Shades of Violet Blue #A63CAC

Tints of Violet Blue #A63CAC

Color information

#A63CAC (or 0xA63CAC) is unknown color: approx Violet Blue. HEX triplet: A6, 3C and AC. RGB value is (166,60,172). Sum of RGB (Red+Green+Blue) = 166+60+172=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #A63CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63CAC is #59C353. Grayscale: #686868. Windows color (decimal): -5882708 or 11287718. OLE color: 11287718.

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

Color convert

RGB16660172-
CMYK0.030.6500.33
HSL296.79º48.28%45.49%-
HSV(B)296.79º65.12%67.45%-
XYZ24.7914.3240.49-
YUV104.46166.12171.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=41.71%
G=15.08%
B=43.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166601720.030.6500.33296.7948.2845.49
HexA63CAC341021129302d
Octal2467425431010414516055
Binary10100110111100101011001110000010100001100101001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CAC; }

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

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

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

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

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

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

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

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