#A479A1

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

Shades of Violet Blue #A479A1

Tints of Violet Blue #A479A1

Color information

#A479A1 (or 0xA479A1) is unknown color: approx Violet Blue. HEX triplet: A4, 79 and A1. RGB value is (164,121,161). Sum of RGB (Red+Green+Blue) = 164+121+161=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A479A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479A1 is #5B865E. Grayscale: #8A8A8A. Windows color (decimal): -5998175 or 10582436. OLE color: 10582436.

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

Color convert

RGB164121161-
CMYK00.260.020.36
HSL304.19º19.11%55.88%-
HSV(B)304.19º26.22%64.31%-
XYZ28.5824.1436.87-
YUV138.42140.75146.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=36.77%
G=27.13%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412116100.260.020.36304.1919.1155.88
HexA479A101A2241301338
Octal2441712410322444602370
Binary101001001111001101000010110101010010010011000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479A1; }

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

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

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

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

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

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

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

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