#A960AE

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

Shades of Violet Blue #A960AE

Tints of Violet Blue #A960AE

Color information

#A960AE (or 0xA960AE) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and AE. RGB value is (169,96,174). Sum of RGB (Red+Green+Blue) = 169+96+174=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #A960AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A960AE is #569F51. Grayscale: #7E7E7E. Windows color (decimal): -5676882 or 11428009. OLE color: 11428009.

HSL color Cylindrical-coordinate representation of color #A960AE: hue angle of 296.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A960AE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16996174-
CMYK0.030.4500.32
HSL296.15º32.5%52.94%-
HSV(B)296.15º44.83%68.24%-
XYZ28.1919.8642.39-
YUV126.72154.68158.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=38.50%
G=21.87%
B=39.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169961740.030.4500.32296.1532.552.94
HexA960AE32D0201282035
Octal2511402563550404504065
Binary10101001110000010101110111011010100000100101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A960AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A960AE; }

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

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

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

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

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

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

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

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