#A76198

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

Shades of Violet Blue #A76198

Tints of Violet Blue #A76198

Color information

#A76198 (or 0xA76198) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and 98. RGB value is (167,97,152). Sum of RGB (Red+Green+Blue) = 167+97+152=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A76198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76198 is #589E67. Grayscale: #7C7C7C. Windows color (decimal): -5807720 or 9986471. OLE color: 9986471.

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

Color convert

RGB16797152-
CMYK00.420.090.35
HSL312.86º28.46%51.76%-
HSV(B)312.86º41.92%65.49%-
XYZ25.8819.0332.02-
YUV124.2143.69158.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=40.14%
G=23.32%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679715200.420.090.35312.8628.4651.76
HexA7619802A9231391c34
Octal24714123005211434713464
Binary101001111100001100110000101010100110001110011100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76198; }

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

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

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

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

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

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

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

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