#A476AA

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

Shades of Violet Blue #A476AA

Tints of Violet Blue #A476AA

Color information

#A476AA (or 0xA476AA) is unknown color: approx Violet Blue. HEX triplet: A4, 76 and AA. RGB value is (164,118,170). Sum of RGB (Red+Green+Blue) = 164+118+170=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A476AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A476AA is #5B8955. Grayscale: #898989. Windows color (decimal): -5998934 or 11171492. OLE color: 11171492.

HSL color Cylindrical-coordinate representation of color #A476AA: hue angle of 293.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A476AA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164118170-
CMYK0.040.3100.33
HSL293.08º23.42%56.47%-
HSV(B)293.08º30.59%66.67%-
XYZ29.0423.7541.08-
YUV137.68146.24146.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=36.28%
G=26.11%
B=37.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641181700.040.3100.33293.0823.4256.47
HexA476AA41F0211251738
Octal2441662524370414452770
Binary1010010011101101010101010011111010000110010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A476AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A476AA; }

 p { color: rgb(164,118,170); }

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

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

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

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

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

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

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