#AF8E93

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

Shades of Viola #AF8E93

Tints of Viola #AF8E93

Color information

#AF8E93 (or 0xAF8E93) is unknown color: approx Viola. HEX triplet: AF, 8E and 93. RGB value is (175,142,147). Sum of RGB (Red+Green+Blue) = 175+142+147=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E93 is #50716C. Grayscale: #989898. Windows color (decimal): -5271917 or 9670319. OLE color: 9670319.

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

Color convert

RGB175142147-
CMYK00.190.160.31
HSL350.91º17.1%62.16%-
HSV(B)350.91º18.86%68.63%-
XYZ32.6230.5731.78-
YUV152.44124.93144.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=37.72%
G=30.60%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514214700.190.160.31350.9117.162.16
HexAF8E93013101F15f113e
Octal25721622302320375372176
Binary101011111000111010010011010011100001111110101111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E93; }

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

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

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

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

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

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

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

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