#A76698

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

Shades of Violet Blue #A76698

Tints of Violet Blue #A76698

Color information

#A76698 (or 0xA76698) is unknown color: approx Violet Blue. HEX triplet: A7, 66 and 98. RGB value is (167,102,152). Sum of RGB (Red+Green+Blue) = 167+102+152=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A76698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76698 is #589967. Grayscale: #7F7F7F. Windows color (decimal): -5806440 or 9987751. OLE color: 9987751.

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

Color convert

RGB167102152-
CMYK00.390.090.35
HSL313.85º26.97%52.75%-
HSV(B)313.85º38.92%65.49%-
XYZ26.3619.9932.17-
YUV127.14142.03156.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=39.67%
G=24.23%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710215200.390.090.35313.8526.9752.75
HexA7669802792313a1b35
Octal24714623004711434723365
Binary101001111100110100110000100111100110001110011101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76698; }

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

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

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

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

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

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

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

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