#A76CAC

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

Shades of Violet Blue #A76CAC

Tints of Violet Blue #A76CAC

Color information

#A76CAC (or 0xA76CAC) is unknown color: approx Violet Blue. HEX triplet: A7, 6C and AC. RGB value is (167,108,172). Sum of RGB (Red+Green+Blue) = 167+108+172=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A76CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76CAC is #589353. Grayscale: #848484. Windows color (decimal): -5804884 or 11300007. OLE color: 11300007.

HSL color Cylindrical-coordinate representation of color #A76CAC: hue angle of 295.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76CAC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167108172-
CMYK0.030.3700.33
HSL295.31º27.83%54.9%-
HSV(B)295.31º37.21%67.45%-
XYZ28.7521.9241.75-
YUV132.94150.05152.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=37.36%
G=24.16%
B=38.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671081720.030.3700.33295.3127.8354.9
HexA76CAC3250211271c37
Octal2471542543450414473467
Binary1010011111011001010110011100101010000110010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76CAC; }

 p { color: rgb(167,108,172); }

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

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

 a { background-color: rgb(167,108,172); }

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

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

 span { border-color: rgb(167,108,172); }

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