#A76A9C

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

Shades of Violet Blue #A76A9C

Tints of Violet Blue #A76A9C

Color information

#A76A9C (or 0xA76A9C) is unknown color: approx Violet Blue. HEX triplet: A7, 6A and 9C. RGB value is (167,106,156). Sum of RGB (Red+Green+Blue) = 167+106+156=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A9C is #589563. Grayscale: #818181. Windows color (decimal): -5805412 or 10250919. OLE color: 10250919.

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

Color convert

RGB167106156-
CMYK00.370.070.35
HSL310.82º25.74%53.53%-
HSV(B)310.82º36.53%65.49%-
XYZ27.0920.9234.06-
YUV129.94142.71154.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=38.93%
G=24.71%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710615600.370.070.35310.8225.7453.53
HexA76A9C0257231371a36
Octal2471522340457434673266
Binary10100111110101010011100010010111110001110011011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76A9C; }

 p { color: rgb(167,106,156); }

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

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

 a { background-color: rgb(167,106,156); }

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

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

 span { border-color: rgb(167,106,156); }

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