#A76EA3

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

Shades of Violet Blue #A76EA3

Tints of Violet Blue #A76EA3

Color information

#A76EA3 (or 0xA76EA3) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and A3. RGB value is (167,110,163). Sum of RGB (Red+Green+Blue) = 167+110+163=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A76EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EA3 is #58915C. Grayscale: #848484. Windows color (decimal): -5804381 or 10710695. OLE color: 10710695.

HSL color Cylindrical-coordinate representation of color #A76EA3: hue angle of 304.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76EA3 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB167110163-
CMYK00.340.020.35
HSL304.21º24.46%54.31%-
HSV(B)304.21º34.13%65.49%-
XYZ28.1222.0137.42-
YUV133.08144.88152.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=37.95%
G=25%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711016300.340.020.35304.2124.4654.31
HexA76EA30222231301836
Octal2471562430422434603066
Binary1010011111011101010001101000101010001110011000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EA3; }

 p { color: rgb(167,110,163); }

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

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

 a { background-color: rgb(167,110,163); }

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

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

 span { border-color: rgb(167,110,163); }

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