#AF8B91

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

Shades of Viola #AF8B91

Tints of Viola #AF8B91

Color information

#AF8B91 (or 0xAF8B91) is unknown color: approx Viola. HEX triplet: AF, 8B and 91. RGB value is (175,139,145). Sum of RGB (Red+Green+Blue) = 175+139+145=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B91 is #50746E. Grayscale: #969696. Windows color (decimal): -5272687 or 9538479. OLE color: 9538479.

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

Color convert

RGB175139145-
CMYK00.210.170.31
HSL350º18.37%61.57%-
HSV(B)350º20.57%68.63%-
XYZ32.0229.6230.82-
YUV150.45124.93145.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=38.13%
G=30.28%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513914500.210.170.3135018.3761.57
HexAF8B91015111F15e123e
Octal25721322102521375362276
Binary101011111000101110010001010101100011111110101111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B91; }

 p { color: rgb(175,139,145); }

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

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

 a { background-color: rgb(175,139,145); }

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

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

 span { border-color: rgb(175,139,145); }

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