#AF8991

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

Shades of Viola #AF8991

Tints of Viola #AF8991

Color information

#AF8991 (or 0xAF8991) is unknown color: approx Viola. HEX triplet: AF, 89 and 91. RGB value is (175,137,145). Sum of RGB (Red+Green+Blue) = 175+137+145=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8991 is #50766E. Grayscale: #959595. Windows color (decimal): -5273199 or 9537967. OLE color: 9537967.

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

Color convert

RGB175137145-
CMYK00.220.170.31
HSL347.37º19.19%61.18%-
HSV(B)347.37º21.71%68.63%-
XYZ31.7429.0530.72-
YUV149.27125.59146.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 145 (57.03% from 255) = 31.73%
R=38.29%
G=29.98%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513714500.220.170.31347.3719.1961.18
HexAF8991016111F15b133d
Octal25721122102621375332375
Binary101011111000100110010001010110100011111110101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8991; }

 p { color: rgb(175,137,145); }

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

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

 a { background-color: rgb(175,137,145); }

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

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

 span { border-color: rgb(175,137,145); }

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