#AF8F96

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

Shades of Viola #AF8F96

Tints of Viola #AF8F96

Color information

#AF8F96 (or 0xAF8F96) is unknown color: approx Viola. HEX triplet: AF, 8F and 96. RGB value is (175,143,150). Sum of RGB (Red+Green+Blue) = 175+143+150=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F96 is #507069. Grayscale: #999999. Windows color (decimal): -5271658 or 9867183. OLE color: 9867183.

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

Color convert

RGB175143150-
CMYK00.180.140.31
HSL346.88º16.67%62.35%-
HSV(B)346.88º18.29%68.63%-
XYZ33.0130.9633.09-
YUV153.37126.1143.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=37.39%
G=30.56%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514315000.180.140.31346.8816.6762.35
HexAF8F96012E1F15b113e
Octal25721722602216375332176
Binary10101111100011111001011001001011101111110101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F96; }

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

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

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

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

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

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

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

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