#AF8C90

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

Shades of Viola #AF8C90

Tints of Viola #AF8C90

Color information

#AF8C90 (or 0xAF8C90) is unknown color: approx Viola. HEX triplet: AF, 8C and 90. RGB value is (175,140,144). Sum of RGB (Red+Green+Blue) = 175+140+144=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C90 is #50736F. Grayscale: #969696. Windows color (decimal): -5272432 or 9473199. OLE color: 9473199.

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

Color convert

RGB175140144-
CMYK00.20.180.31
HSL353.14º17.95%61.76%-
HSV(B)353.14º20%68.63%-
XYZ32.0929.8830.46-
YUV150.92124.1145.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=38.13%
G=30.50%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514014400.20.180.31353.1417.9561.76
HexAF8C90014121F161123e
Octal25721422002422375412276
Binary101011111000110010010000010100100101111110110000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C90; }

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

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

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

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

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

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

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

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