#A76099

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

Shades of Violet Blue #A76099

Tints of Violet Blue #A76099

Color information

#A76099 (or 0xA76099) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and 99. RGB value is (167,96,153). Sum of RGB (Red+Green+Blue) = 167+96+153=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A76099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76099 is #589F66. Grayscale: #7B7B7B. Windows color (decimal): -5807975 or 10051751. OLE color: 10051751.

HSL color Cylindrical-coordinate representation of color #A76099: hue angle of 311.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76099 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16796153-
CMYK00.430.080.35
HSL311.83º28.74%51.57%-
HSV(B)311.83º42.51%65.49%-
XYZ25.8718.8832.42-
YUV123.73144.52158.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=40.14%
G=23.08%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679615300.430.080.35311.8328.7451.57
HexA7609902B8231381d34
Octal24714023105310434703564
Binary101001111100000100110010101011100010001110011100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76099; }

 p { color: rgb(167,96,153); }

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

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

 a { background-color: rgb(167,96,153); }

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

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

 span { border-color: rgb(167,96,153); }

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