#AF999D

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

Shades of Viola #AF999D

Tints of Viola #AF999D

Color information

#AF999D (or 0xAF999D) is unknown color: approx Viola. HEX triplet: AF, 99 and 9D. RGB value is (175,153,157). Sum of RGB (Red+Green+Blue) = 175+153+157=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999D is #506662. Grayscale: #A0A0A0. Windows color (decimal): -5269091 or 10328495. OLE color: 10328495.

HSL color Cylindrical-coordinate representation of color #AF999D: hue angle of 349.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF999D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175153157-
CMYK00.130.100.31
HSL349.09º12.09%64.31%-
HSV(B)349.09º12.57%68.63%-
XYZ35.1634.3336.67-
YUV160.03126.29138.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=36.08%
G=31.55%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515315700.130.100.31349.0912.0964.31
HexAF999D0DA1F15dc40
Octal257231235015123753514100
Binary1010111110011001100111010110110101111110101110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF999D; }

 p { color: rgb(175,153,157); }

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

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

 a { background-color: rgb(175,153,157); }

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

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

 span { border-color: rgb(175,153,157); }

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