#A964A7

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

Shades of Violet Blue #A964A7

Tints of Violet Blue #A964A7

Color information

#A964A7 (or 0xA964A7) is unknown color: approx Violet Blue. HEX triplet: A9, 64 and A7. RGB value is (169,100,167). Sum of RGB (Red+Green+Blue) = 169+100+167=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A964A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A964A7 is #569B58. Grayscale: #808080. Windows color (decimal): -5675865 or 10970281. OLE color: 10970281.

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

Color convert

RGB169100167-
CMYK00.410.010.34
HSL301.74º28.63%52.75%-
HSV(B)301.74º40.83%66.27%-
XYZ27.8920.3439.01-
YUV128.27149.86157.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 167 (65.62% from 255) = 38.30%
R=38.76%
G=22.94%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910016700.410.010.34301.7428.6352.75
HexA964A702912212e1d35
Octal2511442470511424563565
Binary101010011100100101001110101001110001010010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A964A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A964A7; }

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

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

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

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

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

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

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

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