#A99698

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

Shades of Viola #A99698

Tints of Viola #A99698

Color information

#A99698 (or 0xA99698) is unknown color: approx Viola. HEX triplet: A9, 96 and 98. RGB value is (169,150,152). Sum of RGB (Red+Green+Blue) = 169+150+152=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 169 - color contains mainly: red. Hex color #A99698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99698 is #566967. Grayscale: #9B9B9B. Windows color (decimal): -5663080 or 10000041. OLE color: 10000041.

HSL color Cylindrical-coordinate representation of color #A99698: hue angle of 353.68º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99698 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169150152-
CMYK00.110.100.34
HSL353.68º9.95%62.55%-
HSV(B)353.68º11.24%66.27%-
XYZ32.9432.5134.25-
YUV155.91125.79137.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=35.88%
G=31.85%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915015200.110.100.34353.689.9562.55
HexA996980BA22162a3f
Octal25122623001312425421277
Binary1010100110010110100110000101110101000101011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99698; }

 p { color: rgb(169,150,152); }

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

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

 a { background-color: rgb(169,150,152); }

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

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

 span { border-color: rgb(169,150,152); }

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