#A964AD

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

Shades of Violet Blue #A964AD

Tints of Violet Blue #A964AD

Color information

#A964AD (or 0xA964AD) is unknown color: approx Violet Blue. HEX triplet: A9, 64 and AD. RGB value is (169,100,173). Sum of RGB (Red+Green+Blue) = 169+100+173=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #A964AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A964AD is #569B52. Grayscale: #808080. Windows color (decimal): -5675859 or 11363497. OLE color: 11363497.

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

Color convert

RGB169100173-
CMYK0.020.4200.32
HSL296.71º30.8%53.53%-
HSV(B)296.71º42.2%67.84%-
XYZ28.4620.5742-
YUV128.95152.86156.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=38.24%
G=22.62%
B=39.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691001730.020.4200.32296.7130.853.53
HexA964AD22A0201291f36
Octal2511442552520404513766
Binary1010100111001001010110110101010010000010010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964AD; }

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

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

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

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

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

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

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

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