#A464A1

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

Shades of Violet Blue #A464A1

Tints of Violet Blue #A464A1

Color information

#A464A1 (or 0xA464A1) is unknown color: approx Violet Blue. HEX triplet: A4, 64 and A1. RGB value is (164,100,161). Sum of RGB (Red+Green+Blue) = 164+100+161=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A464A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A464A1 is #5B9B5E. Grayscale: #7D7D7D. Windows color (decimal): -6003551 or 10577060. OLE color: 10577060.

HSL color Cylindrical-coordinate representation of color #A464A1: hue angle of 302.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A464A1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164100161-
CMYK00.390.020.36
HSL302.81º26.02%51.76%-
HSV(B)302.81º39.02%64.31%-
XYZ26.319.5836.11-
YUV126.09147.7155.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=38.59%
G=23.53%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410016100.390.020.36302.8126.0251.76
HexA464A102722412f1a34
Octal2441442410472444573264
Binary1010010011001001010000101001111010010010010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464A1; }

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

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

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

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

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

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

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

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