#AF8E8F

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

Shades of Viola #AF8E8F

Tints of Viola #AF8E8F

Color information

#AF8E8F (or 0xAF8E8F) is unknown color: approx Viola. HEX triplet: AF, 8E and 8F. RGB value is (175,142,143). Sum of RGB (Red+Green+Blue) = 175+142+143=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E8F is #507170. Grayscale: #989898. Windows color (decimal): -5271921 or 9408175. OLE color: 9408175.

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

Color convert

RGB175142143-
CMYK00.190.180.31
HSL358.18º17.1%62.16%-
HSV(B)358.18º18.86%68.63%-
XYZ32.3130.4430.16-
YUV151.98122.93144.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=38.04%
G=30.87%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514214300.190.180.31358.1817.162.16
HexAF8E8F013121F166113e
Octal25721621702322375462176
Binary101011111000111010001111010011100101111110110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E8F; }

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

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

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

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

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

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

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

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