#AF8B8D

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

Shades of Viola #AF8B8D

Tints of Viola #AF8B8D

Color information

#AF8B8D (or 0xAF8B8D) is unknown color: approx Viola. HEX triplet: AF, 8B and 8D. RGB value is (175,139,141). Sum of RGB (Red+Green+Blue) = 175+139+141=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B8D is #507472. Grayscale: #969696. Windows color (decimal): -5272691 or 9276335. OLE color: 9276335.

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

Color convert

RGB175139141-
CMYK00.210.190.31
HSL356.67º18.37%61.57%-
HSV(B)356.67º20.57%68.63%-
XYZ31.7229.529.22-
YUV149.99122.93145.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=38.46%
G=30.55%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513914100.210.190.31356.6718.3761.57
HexAF8B8D015131F165123e
Octal25721321502523375452276
Binary101011111000101110001101010101100111111110110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B8D; }

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

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

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

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

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

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

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

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