#A479A4

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

Shades of Violet Blue #A479A4

Tints of Violet Blue #A479A4

Color information

#A479A4 (or 0xA479A4) is unknown color: approx Violet Blue. HEX triplet: A4, 79 and A4. RGB value is (164,121,164). Sum of RGB (Red+Green+Blue) = 164+121+164=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A479A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479A4 is #5B865B. Grayscale: #8A8A8A. Windows color (decimal): -5998172 or 10779044. OLE color: 10779044.

HSL color Cylindrical-coordinate representation of color #A479A4: hue angle of 300º 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 #A479A4 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB164121164-
CMYK00.2600.36
HSL300º19.11%55.88%-
HSV(B)300º26.22%64.31%-
XYZ28.8524.2538.28-
YUV138.76142.25146-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=36.53%
G=26.95%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412116400.2600.3630019.1155.88
HexA479A401A02412c1338
Octal2441712440320444542370
Binary10100100111100110100100011010010010010010110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479A4; }

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

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

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

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

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

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

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

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