#AF9299

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

Shades of Viola #AF9299

Tints of Viola #AF9299

Color information

#AF9299 (or 0xAF9299) is unknown color: approx Viola. HEX triplet: AF, 92 and 99. RGB value is (175,146,153). Sum of RGB (Red+Green+Blue) = 175+146+153=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9299 is #506D66. Grayscale: #9B9B9B. Windows color (decimal): -5270887 or 10064559. OLE color: 10064559.

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

Color convert

RGB175146153-
CMYK00.170.130.31
HSL345.52º15.34%62.94%-
HSV(B)345.52º16.57%68.63%-
XYZ33.7131.9734.53-
YUV155.47126.61141.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=36.92%
G=30.80%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514615300.170.130.31345.5215.3462.94
HexAF9299011D1F15af3f
Octal25722223102115375321777
Binary1010111110010010100110010100011101111111010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9299; }

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

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

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

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

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

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

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

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