#AF8F92

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

Shades of Viola #AF8F92

Tints of Viola #AF8F92

Color information

#AF8F92 (or 0xAF8F92) is unknown color: approx Viola. HEX triplet: AF, 8F and 92. RGB value is (175,143,146). Sum of RGB (Red+Green+Blue) = 175+143+146=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F92 is #50706D. Grayscale: #989898. Windows color (decimal): -5271662 or 9605039. OLE color: 9605039.

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

Color convert

RGB175143146-
CMYK00.180.170.31
HSL354.38º16.67%62.35%-
HSV(B)354.38º18.29%68.63%-
XYZ32.6930.8331.42-
YUV152.91124.1143.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=37.72%
G=30.82%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514314600.180.170.31354.3816.6762.35
HexAF8F92012111F162113e
Octal25721722202221375422176
Binary101011111000111110010010010010100011111110110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F92; }

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

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

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

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

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

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

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

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