#AF959B

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

Shades of Viola #AF959B

Tints of Viola #AF959B

Color information

#AF959B (or 0xAF959B) is unknown color: approx Viola. HEX triplet: AF, 95 and 9B. RGB value is (175,149,155). Sum of RGB (Red+Green+Blue) = 175+149+155=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959B is #506A64. Grayscale: #9D9D9D. Windows color (decimal): -5270117 or 10196399. OLE color: 10196399.

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

Color convert

RGB175149155-
CMYK00.150.110.31
HSL346.15º13.98%63.53%-
HSV(B)346.15º14.86%68.63%-
XYZ34.3432.9835.57-
YUV157.46126.61140.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 155 (60.94% from 255) = 32.36%
R=36.53%
G=31.11%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514915500.150.110.31346.1513.9863.53
HexAF959B0FB1F15ae40
Octal257225233017133753216100
Binary1010111110010101100110110111110111111110101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF959B; }

 p { color: rgb(175,149,155); }

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

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

 a { background-color: rgb(175,149,155); }

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

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

 span { border-color: rgb(175,149,155); }

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