#A960AC

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

Shades of Violet Blue #A960AC

Tints of Violet Blue #A960AC

Color information

#A960AC (or 0xA960AC) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and AC. RGB value is (169,96,172). Sum of RGB (Red+Green+Blue) = 169+96+172=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #A960AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A960AC is #569F53. Grayscale: #7E7E7E. Windows color (decimal): -5676884 or 11296937. OLE color: 11296937.

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

Color convert

RGB16996172-
CMYK0.020.4400.33
HSL297.63º31.4%52.55%-
HSV(B)297.63º44.19%67.45%-
XYZ27.9919.7841.37-
YUV126.49153.68158.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=38.67%
G=21.97%
B=39.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169961720.020.4400.33297.6331.452.55
HexA960AC22C02112a1f35
Octal2511402542540414523765
Binary1010100111000001010110010101100010000110010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960AC; }

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

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

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

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

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

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

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

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