#AF8D8E

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

Shades of Viola #AF8D8E

Tints of Viola #AF8D8E

Color information

#AF8D8E (or 0xAF8D8E) is unknown color: approx Viola. HEX triplet: AF, 8D and 8E. RGB value is (175,141,142). Sum of RGB (Red+Green+Blue) = 175+141+142=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D8E is #507271. Grayscale: #979797. Windows color (decimal): -5272178 or 9342383. OLE color: 9342383.

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

Color convert

RGB175141142-
CMYK00.190.190.31
HSL358.24º17.53%61.96%-
HSV(B)358.24º19.43%68.63%-
XYZ32.0930.1229.71-
YUV151.28122.76144.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=38.21%
G=30.79%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514114200.190.190.31358.2417.5361.96
HexAF8D8E013131F166123e
Octal25721521602323375462276
Binary101011111000110110001110010011100111111110110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D8E; }

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

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

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

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

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

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

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

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