#A76EA5

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

Shades of Violet Blue #A76EA5

Tints of Violet Blue #A76EA5

Color information

#A76EA5 (or 0xA76EA5) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and A5. RGB value is (167,110,165). Sum of RGB (Red+Green+Blue) = 167+110+165=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A76EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EA5 is #58915A. Grayscale: #858585. Windows color (decimal): -5804379 or 10841767. OLE color: 10841767.

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

Color convert

RGB167110165-
CMYK00.340.010.35
HSL302.11º24.46%54.31%-
HSV(B)302.11º34.13%65.49%-
XYZ28.322.0838.37-
YUV133.31145.88152.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=37.78%
G=24.89%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711016500.340.010.35302.1124.4654.31
HexA76EA502212312e1836
Octal2471562450421434563066
Binary101001111101110101001010100010110001110010111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EA5; }

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

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

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

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

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

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

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

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