#AF8C8D

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

Shades of Viola #AF8C8D

Tints of Viola #AF8C8D

Color information

#AF8C8D (or 0xAF8C8D) is unknown color: approx Viola. HEX triplet: AF, 8C and 8D. RGB value is (175,140,141). Sum of RGB (Red+Green+Blue) = 175+140+141=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C8D is #507372. Grayscale: #969696. Windows color (decimal): -5272435 or 9276591. OLE color: 9276591.

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

Color convert

RGB175140141-
CMYK00.20.190.31
HSL358.29º17.95%61.76%-
HSV(B)358.29º20%68.63%-
XYZ31.8729.7929.27-
YUV150.58122.6145.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=38.38%
G=30.70%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514014100.20.190.31358.2917.9561.76
HexAF8C8D014131F166123e
Octal25721421502423375462276
Binary101011111000110010001101010100100111111110110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C8D; }

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

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

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

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

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

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

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

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