#AF8D94

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

Shades of Viola #AF8D94

Tints of Viola #AF8D94

Color information

#AF8D94 (or 0xAF8D94) is unknown color: approx Viola. HEX triplet: AF, 8D and 94. RGB value is (175,141,148). Sum of RGB (Red+Green+Blue) = 175+141+148=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D94 is #50726B. Grayscale: #979797. Windows color (decimal): -5272172 or 9735599. OLE color: 9735599.

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

Color convert

RGB175141148-
CMYK00.190.150.31
HSL347.65º17.53%61.96%-
HSV(B)347.65º19.43%68.63%-
XYZ32.5530.332.15-
YUV151.96125.76144.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=37.72%
G=30.39%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514114800.190.150.31347.6517.5361.96
HexAF8D94013F1F15c123e
Octal25721522402317375342276
Binary10101111100011011001010001001111111111110101110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D94; }

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

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

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

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

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

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

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

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