#AF8D97

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

Shades of Viola #AF8D97

Tints of Viola #AF8D97

Color information

#AF8D97 (or 0xAF8D97) is unknown color: approx Viola. HEX triplet: AF, 8D and 97. RGB value is (175,141,151). Sum of RGB (Red+Green+Blue) = 175+141+151=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D97 is #507268. Grayscale: #989898. Windows color (decimal): -5272169 or 9932207. OLE color: 9932207.

HSL color Cylindrical-coordinate representation of color #AF8D97: hue angle of 342.35º degrees, saturation: 0.18, 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 #AF8D97 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175141151-
CMYK00.190.140.31
HSL342.35º17.53%61.96%-
HSV(B)342.35º19.43%68.63%-
XYZ32.7930.433.42-
YUV152.31127.26144.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=37.47%
G=30.19%
B=32.33%

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
Decimal17514115100.190.140.31342.3517.5361.96
HexAF8D97013E1F156123e
Octal25721522702316375262276
Binary10101111100011011001011101001111101111110101011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D97; }

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

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

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

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

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

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

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

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