#A76F9F

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

Shades of Violet Blue #A76F9F

Tints of Violet Blue #A76F9F

Color information

#A76F9F (or 0xA76F9F) is unknown color: approx Violet Blue. HEX triplet: A7, 6F and 9F. RGB value is (167,111,159). Sum of RGB (Red+Green+Blue) = 167+111+159=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F9F is #589060. Grayscale: #858585. Windows color (decimal): -5804129 or 10448807. OLE color: 10448807.

HSL color Cylindrical-coordinate representation of color #A76F9F: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F9F is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB167111159-
CMYK00.340.050.35
HSL308.57º24.14%54.51%-
HSV(B)308.57º33.53%65.49%-
XYZ27.8822.0935.59-
YUV133.22142.55152.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=38.22%
G=25.40%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711115900.340.050.35308.5724.1454.51
HexA76F9F0225231351837
Octal2471572370425434653067
Binary10100111110111110011111010001010110001110011010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F9F; }

 p { color: rgb(167,111,159); }

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

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

 a { background-color: rgb(167,111,159); }

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

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

 span { border-color: rgb(167,111,159); }

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