#A960AA

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

Shades of Violet Blue #A960AA

Tints of Violet Blue #A960AA

Color information

#A960AA (or 0xA960AA) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and AA. RGB value is (169,96,170). Sum of RGB (Red+Green+Blue) = 169+96+170=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A960AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A960AA is #569F55. Grayscale: #7E7E7E. Windows color (decimal): -5676886 or 11165865. OLE color: 11165865.

HSL color Cylindrical-coordinate representation of color #A960AA: hue angle of 299.19º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A960AA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16996170-
CMYK0.010.4400.33
HSL299.19º30.33%52.16%-
HSV(B)299.19º43.53%66.67%-
XYZ27.819.740.37-
YUV126.26152.68158.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=38.85%
G=22.07%
B=39.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169961700.010.4400.33299.1930.3352.16
HexA960AA12C02112b1e34
Octal2511402521540414533664
Binary101010011100000101010101101100010000110010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960AA; }

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

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

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

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

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

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

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

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