#AF8F99

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

Shades of Viola #AF8F99

Tints of Viola #AF8F99

Color information

#AF8F99 (or 0xAF8F99) is unknown color: approx Viola. HEX triplet: AF, 8F and 99. RGB value is (175,143,153). Sum of RGB (Red+Green+Blue) = 175+143+153=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F99 is #507066. Grayscale: #999999. Windows color (decimal): -5271655 or 10063791. OLE color: 10063791.

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

Color convert

RGB175143153-
CMYK00.180.130.31
HSL341.25º16.67%62.35%-
HSV(B)341.25º18.29%68.63%-
XYZ33.2531.0634.38-
YUV153.71127.6143.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=37.15%
G=30.36%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514315300.180.130.31341.2516.6762.35
HexAF8F99012D1F155113e
Octal25721723102215375252176
Binary10101111100011111001100101001011011111110101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F99; }

 p { color: rgb(175,143,153); }

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

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

 a { background-color: rgb(175,143,153); }

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

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

 span { border-color: rgb(175,143,153); }

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