#AF8E92

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

Shades of Viola #AF8E92

Tints of Viola #AF8E92

Color information

#AF8E92 (or 0xAF8E92) is unknown color: approx Viola. HEX triplet: AF, 8E and 92. RGB value is (175,142,146). Sum of RGB (Red+Green+Blue) = 175+142+146=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E92 is #50716D. Grayscale: #989898. Windows color (decimal): -5271918 or 9604783. OLE color: 9604783.

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

Color convert

RGB175142146-
CMYK00.190.170.31
HSL352.73º17.1%62.16%-
HSV(B)352.73º18.86%68.63%-
XYZ32.5430.5431.37-
YUV152.32124.43144.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=37.80%
G=30.67%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514214600.190.170.31352.7317.162.16
HexAF8E92013111F161113e
Octal25721622202321375412176
Binary101011111000111010010010010011100011111110110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E92; }

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

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

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

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

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

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

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

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