#AF9699

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

Shades of Viola #AF9699

Tints of Viola #AF9699

Color information

#AF9699 (or 0xAF9699) is unknown color: approx Viola. HEX triplet: AF, 96 and 99. RGB value is (175,150,153). Sum of RGB (Red+Green+Blue) = 175+150+153=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9699 is #506966. Grayscale: #9D9D9D. Windows color (decimal): -5269863 or 10065583. OLE color: 10065583.

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

Color convert

RGB175150153-
CMYK00.140.130.31
HSL352.8º13.51%63.73%-
HSV(B)352.8º14.29%68.63%-
XYZ34.3433.2334.74-
YUV157.82125.28140.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=36.61%
G=31.38%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515015300.140.130.31352.813.5163.73
HexAF96990ED1F161e40
Octal257226231016153754116100
Binary1010111110010110100110010111011011111110110000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9699; }

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

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

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

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

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

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

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

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