#AF8D98

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

Shades of Viola #AF8D98

Tints of Viola #AF8D98

Color information

#AF8D98 (or 0xAF8D98) is unknown color: approx Viola. HEX triplet: AF, 8D and 98. RGB value is (175,141,152). Sum of RGB (Red+Green+Blue) = 175+141+152=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D98 is #507267. Grayscale: #989898. Windows color (decimal): -5272168 or 9997743. OLE color: 9997743.

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

Color convert

RGB175141152-
CMYK00.190.130.31
HSL340.59º17.53%61.96%-
HSV(B)340.59º19.43%68.63%-
XYZ32.8730.4333.85-
YUV152.42127.76144.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=37.39%
G=30.13%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514115200.190.130.31340.5917.5361.96
HexAF8D98013D1F155123e
Octal25721523002315375252276
Binary10101111100011011001100001001111011111110101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D98; }

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

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

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

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

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

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

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

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