#AF949C

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

Shades of Viola #AF949C

Tints of Viola #AF949C

Color information

#AF949C (or 0xAF949C) is unknown color: approx Viola. HEX triplet: AF, 94 and 9C. RGB value is (175,148,156). Sum of RGB (Red+Green+Blue) = 175+148+156=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF949C is #506B63. Grayscale: #9C9C9C. Windows color (decimal): -5270372 or 10261679. OLE color: 10261679.

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

Color convert

RGB175148156-
CMYK00.150.110.31
HSL342.22º14.44%63.33%-
HSV(B)342.22º15.43%68.63%-
XYZ34.2732.6935.96-
YUV156.98127.45140.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=36.53%
G=30.90%
B=32.57%

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
Decimal17514815600.150.110.31342.2214.4463.33
HexAF949C0FB1F156e3f
Octal25722423401713375261677
Binary101011111001010010011100011111011111111010101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF949C; }

 p { color: rgb(175,148,156); }

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

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

 a { background-color: rgb(175,148,156); }

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

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

 span { border-color: rgb(175,148,156); }

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