#A963AA

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

Shades of Violet Blue #A963AA

Tints of Violet Blue #A963AA

Color information

#A963AA (or 0xA963AA) is unknown color: approx Violet Blue. HEX triplet: A9, 63 and AA. RGB value is (169,99,170). Sum of RGB (Red+Green+Blue) = 169+99+170=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #A963AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A963AA is #569C55. Grayscale: #7F7F7F. Windows color (decimal): -5676118 or 11166633. OLE color: 11166633.

HSL color Cylindrical-coordinate representation of color #A963AA: hue angle of 299.15º degrees, saturation: 0.29, 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 #A963AA is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16999170-
CMYK0.010.4200.33
HSL299.15º29.46%52.75%-
HSV(B)299.15º41.76%66.67%-
XYZ28.0820.2640.46-
YUV128.02151.69157.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=38.58%
G=22.60%
B=38.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169991700.010.4200.33299.1529.4652.75
HexA963AA12A02112b1d35
Octal2511432521520414533565
Binary101010011100011101010101101010010000110010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963AA; }

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

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

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

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

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

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

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

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