#AF9095

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

Shades of Viola #AF9095

Tints of Viola #AF9095

Color information

#AF9095 (or 0xAF9095) is unknown color: approx Viola. HEX triplet: AF, 90 and 95. RGB value is (175,144,149). Sum of RGB (Red+Green+Blue) = 175+144+149=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9095 is #506F6A. Grayscale: #999999. Windows color (decimal): -5271403 or 9801903. OLE color: 9801903.

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

Color convert

RGB175144149-
CMYK00.180.150.31
HSL350.32º16.23%62.55%-
HSV(B)350.32º17.71%68.63%-
XYZ33.0831.2332.72-
YUV153.84125.27143.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=37.39%
G=30.77%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514414900.180.150.31350.3216.2362.55
HexAF9095012F1F15e103f
Octal25722022502217375362077
Binary10101111100100001001010101001011111111110101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9095; }

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

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

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

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

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

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

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

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