#AF959D

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

Shades of Viola #AF959D

Tints of Viola #AF959D

Color information

#AF959D (or 0xAF959D) is unknown color: approx Viola. HEX triplet: AF, 95 and 9D. RGB value is (175,149,157). Sum of RGB (Red+Green+Blue) = 175+149+157=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959D is #506A62. Grayscale: #9D9D9D. Windows color (decimal): -5270115 or 10327471. OLE color: 10327471.

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

Color convert

RGB175149157-
CMYK00.150.100.31
HSL341.54º13.98%63.53%-
HSV(B)341.54º14.86%68.63%-
XYZ34.5133.0436.46-
YUV157.69127.61140.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=36.38%
G=30.98%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514915700.150.100.31341.5413.9863.53
HexAF959D0FA1F156e40
Octal257225235017123752616100
Binary1010111110010101100111010111110101111110101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF959D; }

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

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

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

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

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

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

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

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