#A76098

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

Shades of Violet Blue #A76098

Tints of Violet Blue #A76098

Color information

#A76098 (or 0xA76098) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and 98. RGB value is (167,96,152). Sum of RGB (Red+Green+Blue) = 167+96+152=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A76098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76098 is #589F67. Grayscale: #7B7B7B. Windows color (decimal): -5807976 or 9986215. OLE color: 9986215.

HSL color Cylindrical-coordinate representation of color #A76098: hue angle of 312.68º 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 #A76098 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16796152-
CMYK00.430.090.35
HSL312.68º28.74%51.57%-
HSV(B)312.68º42.51%65.49%-
XYZ25.7918.8531.98-
YUV123.61144.02158.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 152 (59.77% from 255) = 36.63%
R=40.24%
G=23.13%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679615200.430.090.35312.6828.7451.57
HexA7609802B9231391d34
Octal24714023005311434713564
Binary101001111100000100110000101011100110001110011100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76098; }

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

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

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

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

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

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

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

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