#A960AB

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

Shades of Violet Blue #A960AB

Tints of Violet Blue #A960AB

Color information

#A960AB (or 0xA960AB) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and AB. RGB value is (169,96,171). Sum of RGB (Red+Green+Blue) = 169+96+171=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A960AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A960AB is #569F54. Grayscale: #7E7E7E. Windows color (decimal): -5676885 or 11231401. OLE color: 11231401.

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

Color convert

RGB16996171-
CMYK0.010.4400.33
HSL298.4º30.86%52.35%-
HSV(B)298.4º43.86%67.06%-
XYZ27.919.7440.87-
YUV126.38153.18158.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=38.76%
G=22.02%
B=39.22%

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
Decimal169961710.010.4400.33298.430.8652.35
HexA960AB12C02112a1f34
Octal2511402531540414523764
Binary101010011100000101010111101100010000110010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960AB; }

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

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

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

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

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

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

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

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