#AF989B

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

Shades of Viola #AF989B

Tints of Viola #AF989B

Color information

#AF989B (or 0xAF989B) is unknown color: approx Viola. HEX triplet: AF, 98 and 9B. RGB value is (175,152,155). Sum of RGB (Red+Green+Blue) = 175+152+155=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF989B is #506764. Grayscale: #9F9F9F. Windows color (decimal): -5269349 or 10197167. OLE color: 10197167.

HSL color Cylindrical-coordinate representation of color #AF989B: hue angle of 352.17º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF989B is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175152155-
CMYK00.130.110.31
HSL352.17º12.57%64.12%-
HSV(B)352.17º13.14%68.63%-
XYZ34.8233.9435.73-
YUV159.22125.62139.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=36.31%
G=31.54%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515215500.130.110.31352.1712.5764.12
HexAF989B0DB1F160d40
Octal257230233015133754015100
Binary1010111110011000100110110110110111111110110000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF989B; }

 p { color: rgb(175,152,155); }

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

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

 a { background-color: rgb(175,152,155); }

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

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

 span { border-color: rgb(175,152,155); }

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