#AF8890

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

Shades of Viola #AF8890

Tints of Viola #AF8890

Color information

#AF8890 (or 0xAF8890) is unknown color: approx Viola. HEX triplet: AF, 88 and 90. RGB value is (175,136,144). Sum of RGB (Red+Green+Blue) = 175+136+144=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8890 is #50776F. Grayscale: #949494. Windows color (decimal): -5273456 or 9472175. OLE color: 9472175.

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

Color convert

RGB175136144-
CMYK00.220.180.31
HSL347.69º19.6%60.98%-
HSV(B)347.69º22.29%68.63%-
XYZ31.5228.7430.27-
YUV148.57125.42146.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=38.46%
G=29.89%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513614400.220.180.31347.6919.660.98
HexAF8890016121F15c143d
Octal25721022002622375342475
Binary101011111000100010010000010110100101111110101110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8890; }

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

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

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

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

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

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

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

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