#AF8E90

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

Shades of Viola #AF8E90

Tints of Viola #AF8E90

Color information

#AF8E90 (or 0xAF8E90) is unknown color: approx Viola. HEX triplet: AF, 8E and 90. RGB value is (175,142,144). Sum of RGB (Red+Green+Blue) = 175+142+144=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E90 is #50716F. Grayscale: #989898. Windows color (decimal): -5271920 or 9473711. OLE color: 9473711.

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

Color convert

RGB175142144-
CMYK00.190.180.31
HSL356.36º17.1%62.16%-
HSV(B)356.36º18.86%68.63%-
XYZ32.3930.4730.56-
YUV152.1123.43144.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=37.96%
G=30.80%
B=31.24%

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
Decimal17514214400.190.180.31356.3617.162.16
HexAF8E90013121F164113e
Octal25721622002322375442176
Binary101011111000111010010000010011100101111110110010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E90; }

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

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

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

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

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

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

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

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