#A76798

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

Shades of Violet Blue #A76798

Tints of Violet Blue #A76798

Color information

#A76798 (or 0xA76798) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and 98. RGB value is (167,103,152). Sum of RGB (Red+Green+Blue) = 167+103+152=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A76798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76798 is #589867. Grayscale: #7F7F7F. Windows color (decimal): -5806184 or 9988007. OLE color: 9988007.

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

Color convert

RGB167103152-
CMYK00.380.090.35
HSL314.06º26.67%52.94%-
HSV(B)314.06º38.32%65.49%-
XYZ26.4520.1832.21-
YUV127.72141.7156.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=39.57%
G=24.41%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710315200.380.090.35314.0626.6752.94
HexA7679802692313a1b35
Octal24714723004611434723365
Binary101001111100111100110000100110100110001110011101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76798; }

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

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

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

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

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

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

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

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