#A964AA

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

Shades of Violet Blue #A964AA

Tints of Violet Blue #A964AA

Color information

#A964AA (or 0xA964AA) is unknown color: approx Violet Blue. HEX triplet: A9, 64 and AA. RGB value is (169,100,170). Sum of RGB (Red+Green+Blue) = 169+100+170=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #A964AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A964AA is #569B55. Grayscale: #808080. Windows color (decimal): -5675862 or 11166889. OLE color: 11166889.

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

Color convert

RGB169100170-
CMYK0.010.4100.33
HSL299.14º29.17%52.94%-
HSV(B)299.14º41.18%66.67%-
XYZ28.1820.4540.49-
YUV128.61151.36156.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=38.50%
G=22.78%
B=38.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691001700.010.4100.33299.1429.1752.94
HexA964AA12902112b1d35
Octal2511442521510414533565
Binary101010011100100101010101101001010000110010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964AA; }

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

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

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

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

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

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

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

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