#A76DAC

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

Shades of Violet Blue #A76DAC

Tints of Violet Blue #A76DAC

Color information

#A76DAC (or 0xA76DAC) is unknown color: approx Violet Blue. HEX triplet: A7, 6D and AC. RGB value is (167,109,172). Sum of RGB (Red+Green+Blue) = 167+109+172=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #A76DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76DAC is #589253. Grayscale: #858585. Windows color (decimal): -5804628 or 11300263. OLE color: 11300263.

HSL color Cylindrical-coordinate representation of color #A76DAC: hue angle of 295.24º 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 #A76DAC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167109172-
CMYK0.030.3700.33
HSL295.24º27.51%55.1%-
HSV(B)295.24º36.63%67.45%-
XYZ28.8522.1341.78-
YUV133.52149.72151.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=37.28%
G=24.33%
B=38.39%

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
Decimal1671091720.030.3700.33295.2427.5155.1
HexA76DAC3250211271c37
Octal2471552543450414473467
Binary1010011111011011010110011100101010000110010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DAC; }

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

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

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

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

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

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

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

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