#AF8B8E

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

Shades of Viola #AF8B8E

Tints of Viola #AF8B8E

Color information

#AF8B8E (or 0xAF8B8E) is unknown color: approx Viola. HEX triplet: AF, 8B and 8E. RGB value is (175,139,142). Sum of RGB (Red+Green+Blue) = 175+139+142=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B8E is #507471. Grayscale: #969696. Windows color (decimal): -5272690 or 9341871. OLE color: 9341871.

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

Color convert

RGB175139142-
CMYK00.210.190.31
HSL355º18.37%61.57%-
HSV(B)355º20.57%68.63%-
XYZ31.7929.5329.62-
YUV150.11123.43145.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=38.38%
G=30.48%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513914200.210.190.3135518.3761.57
HexAF8B8E015131F163123e
Octal25721321602523375432276
Binary101011111000101110001110010101100111111110110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B8E; }

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

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

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

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

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

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

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

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