#A479A2

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

Shades of Violet Blue #A479A2

Tints of Violet Blue #A479A2

Color information

#A479A2 (or 0xA479A2) is unknown color: approx Violet Blue. HEX triplet: A4, 79 and A2. RGB value is (164,121,162). Sum of RGB (Red+Green+Blue) = 164+121+162=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A479A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479A2 is #5B865D. Grayscale: #8A8A8A. Windows color (decimal): -5998174 or 10647972. OLE color: 10647972.

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

Color convert

RGB164121162-
CMYK00.260.010.36
HSL302.79º19.11%55.88%-
HSV(B)302.79º26.22%64.31%-
XYZ28.6724.1837.34-
YUV138.53141.25146.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 162 (63.67% from 255) = 36.24%
R=36.69%
G=27.07%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412116200.260.010.36302.7919.1155.88
HexA479A201A12412f1338
Octal2441712420321444572370
Binary10100100111100110100010011010110010010010111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479A2; }

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

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

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

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

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

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

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

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