#A69798

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

Shades of Viola #A69798

Tints of Viola #A69798

Color information

#A69798 (or 0xA69798) is unknown color: approx Viola. HEX triplet: A6, 97 and 98. RGB value is (166,151,152). Sum of RGB (Red+Green+Blue) = 166+151+152=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69798 is #596867. Grayscale: #9B9B9B. Windows color (decimal): -5859432 or 10000294. OLE color: 10000294.

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

Color convert

RGB166151152-
CMYK00.090.080.35
HSL356º7.77%62.16%-
HSV(B)356º9.04%65.1%-
XYZ32.4632.5134.27-
YUV155.6125.97135.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=35.39%
G=32.20%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615115200.090.080.353567.7762.16
HexA697980982316483e
Octal24622723001110435441076
Binary1010011010010111100110000100110001000111011001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69798; }

 p { color: rgb(166,151,152); }

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

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

 a { background-color: rgb(166,151,152); }

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

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

 span { border-color: rgb(166,151,152); }

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