#AF9496

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

Shades of Viola #AF9496

Tints of Viola #AF9496

Color information

#AF9496 (or 0xAF9496) is unknown color: approx Viola. HEX triplet: AF, 94 and 96. RGB value is (175,148,150). Sum of RGB (Red+Green+Blue) = 175+148+150=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9496 is #506B69. Grayscale: #9C9C9C. Windows color (decimal): -5270378 or 9868463. OLE color: 9868463.

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

Color convert

RGB175148150-
CMYK00.150.140.31
HSL355.56º14.44%63.33%-
HSV(B)355.56º15.43%68.63%-
XYZ33.7732.533.35-
YUV156.3124.45141.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=37.00%
G=31.29%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514815000.150.140.31355.5614.4463.33
HexAF94960FE1F164e3f
Octal25722422601716375441677
Binary101011111001010010010110011111110111111011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9496; }

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

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

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

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

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

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

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

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