#A964AE

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

Shades of Violet Blue #A964AE

Tints of Violet Blue #A964AE

Color information

#A964AE (or 0xA964AE) is unknown color: approx Violet Blue. HEX triplet: A9, 64 and AE. RGB value is (169,100,174). Sum of RGB (Red+Green+Blue) = 169+100+174=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #A964AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A964AE is #569B51. Grayscale: #808080. Windows color (decimal): -5675858 or 11429033. OLE color: 11429033.

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

Color convert

RGB169100174-
CMYK0.030.4300.32
HSL295.95º31.36%53.73%-
HSV(B)295.95º42.53%68.24%-
XYZ28.5620.6142.52-
YUV129.07153.36156.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=38.15%
G=22.57%
B=39.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691001740.030.4300.32295.9531.3653.73
HexA964AE32B0201281f36
Octal2511442563530404503766
Binary1010100111001001010111011101011010000010010100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964AE; }

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

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

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

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

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

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

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

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