#A963AC

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

Shades of Violet Blue #A963AC

Tints of Violet Blue #A963AC

Color information

#A963AC (or 0xA963AC) is unknown color: approx Violet Blue. HEX triplet: A9, 63 and AC. RGB value is (169,99,172). Sum of RGB (Red+Green+Blue) = 169+99+172=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #A963AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A963AC is #569C53. Grayscale: #808080. Windows color (decimal): -5676116 or 11297705. OLE color: 11297705.

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

Color convert

RGB16999172-
CMYK0.020.4200.33
HSL297.53º30.54%53.14%-
HSV(B)297.53º42.44%67.45%-
XYZ28.2720.3441.47-
YUV128.25152.69157.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=38.41%
G=22.5%
B=39.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169991720.020.4200.33297.5330.5453.14
HexA963AC22A02112a1f35
Octal2511432542520414523765
Binary1010100111000111010110010101010010000110010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963AC; }

 p { color: rgb(169,99,172); }

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

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

 a { background-color: rgb(169,99,172); }

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

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

 span { border-color: rgb(169,99,172); }

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