#AF898F

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

Shades of Viola #AF898F

Tints of Viola #AF898F

Color information

#AF898F (or 0xAF898F) is unknown color: approx Viola. HEX triplet: AF, 89 and 8F. RGB value is (175,137,143). Sum of RGB (Red+Green+Blue) = 175+137+143=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF898F is #507670. Grayscale: #959595. Windows color (decimal): -5273201 or 9406895. OLE color: 9406895.

HSL color Cylindrical-coordinate representation of color #AF898F: hue angle of 350.53º degrees, saturation: 0.19, 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 #AF898F is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB175137143-
CMYK00.220.180.31
HSL350.53º19.19%61.18%-
HSV(B)350.53º21.71%68.63%-
XYZ31.5828.9929.92-
YUV149.05124.59146.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=38.46%
G=30.11%
B=31.43%

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
Decimal17513714300.220.180.31350.5319.1961.18
HexAF898F016121F15f133d
Octal25721121702622375372375
Binary101011111000100110001111010110100101111110101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF898F; }

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

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

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

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

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

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

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

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