#AF8E99

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

Shades of Viola #AF8E99

Tints of Viola #AF8E99

Color information

#AF8E99 (or 0xAF8E99) is unknown color: approx Viola. HEX triplet: AF, 8E and 99. RGB value is (175,142,153). Sum of RGB (Red+Green+Blue) = 175+142+153=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E99 is #507166. Grayscale: #999999. Windows color (decimal): -5271911 or 10063535. OLE color: 10063535.

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

Color convert

RGB175142153-
CMYK00.190.130.31
HSL340º17.1%62.16%-
HSV(B)340º18.86%68.63%-
XYZ33.130.7634.33-
YUV153.12127.93143.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=37.23%
G=30.21%
B=32.55%

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
Decimal17514215300.190.130.3134017.162.16
HexAF8E99013D1F154113e
Octal25721623102315375242176
Binary10101111100011101001100101001111011111110101010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E99; }

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

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

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

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

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

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

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

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