#A76EB1

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

Shades of Violet Blue #A76EB1

Tints of Violet Blue #A76EB1

Color information

#A76EB1 (or 0xA76EB1) is unknown color: approx Violet Blue. HEX triplet: A7, 6E and B1. RGB value is (167,110,177). Sum of RGB (Red+Green+Blue) = 167+110+177=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 177 - color contains mainly: blue. Hex color #A76EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EB1 is #58914E. Grayscale: #868686. Windows color (decimal): -5804367 or 11628199. OLE color: 11628199.

HSL color Cylindrical-coordinate representation of color #A76EB1: hue angle of 291.04º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76EB1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167110177-
CMYK0.060.3800.31
HSL291.04º30.04%56.27%-
HSV(B)291.04º37.85%69.41%-
XYZ29.4522.5444.39-
YUV134.68151.88151.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.78%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=36.78%
G=24.23%
B=38.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671101770.060.3800.31291.0430.0456.27
HexA76EB162601F1231e38
Octal2471562616460374433670
Binary1010011111011101011000111010011001111110010001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EB1; }

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

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

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

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

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

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

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

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