#AF8E97

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

Shades of Viola #AF8E97

Tints of Viola #AF8E97

Color information

#AF8E97 (or 0xAF8E97) is unknown color: approx Viola. HEX triplet: AF, 8E and 97. RGB value is (175,142,151). Sum of RGB (Red+Green+Blue) = 175+142+151=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E97 is #507168. Grayscale: #989898. Windows color (decimal): -5271913 or 9932463. OLE color: 9932463.

HSL color Cylindrical-coordinate representation of color #AF8E97: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8E97 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175142151-
CMYK00.190.140.31
HSL343.64º17.1%62.16%-
HSV(B)343.64º18.86%68.63%-
XYZ32.9430.6933.47-
YUV152.89126.93143.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=37.39%
G=30.34%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514215100.190.140.31343.6417.162.16
HexAF8E97013E1F158113e
Octal25721622702316375302176
Binary10101111100011101001011101001111101111110101100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E97; }

 p { color: rgb(175,142,151); }

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

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

 a { background-color: rgb(175,142,151); }

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

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

 span { border-color: rgb(175,142,151); }

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