#A464A9

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

Shades of Violet Blue #A464A9

Tints of Violet Blue #A464A9

Color information

#A464A9 (or 0xA464A9) is unknown color: approx Violet Blue. HEX triplet: A4, 64 and A9. RGB value is (164,100,169). Sum of RGB (Red+Green+Blue) = 164+100+169=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 169 - color contains mainly: blue. Hex color #A464A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A464A9 is #5B9B56. Grayscale: #7E7E7E. Windows color (decimal): -6003543 or 11101348. OLE color: 11101348.

HSL color Cylindrical-coordinate representation of color #A464A9: hue angle of 295.65º 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 #A464A9 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164100169-
CMYK0.030.4100.34
HSL295.65º28.63%52.75%-
HSV(B)295.65º40.83%66.27%-
XYZ27.0319.8739.95-
YUV127151.7154.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=37.88%
G=23.09%
B=39.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641001690.030.4100.34295.6528.6352.75
HexA464A93290221281d35
Octal2441442513510424503565
Binary1010010011001001010100111101001010001010010100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464A9; }

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

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

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

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

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

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

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

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