#A964AB

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

Shades of Violet Blue #A964AB

Tints of Violet Blue #A964AB

Color information

#A964AB (or 0xA964AB) is unknown color: approx Violet Blue. HEX triplet: A9, 64 and AB. RGB value is (169,100,171). Sum of RGB (Red+Green+Blue) = 169+100+171=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A964AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A964AB is #569B54. Grayscale: #808080. Windows color (decimal): -5675861 or 11232425. OLE color: 11232425.

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

Color convert

RGB169100171-
CMYK0.010.4200.33
HSL298.31º29.71%53.14%-
HSV(B)298.31º41.52%67.06%-
XYZ28.2720.4940.99-
YUV128.72151.86156.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=38.41%
G=22.73%
B=38.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691001710.010.4200.33298.3129.7153.14
HexA964AB12A02112a1e35
Octal2511442531520414523665
Binary101010011100100101010111101010010000110010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964AB; }

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

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

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

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

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

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

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

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