#AF898D

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

Shades of Viola #AF898D

Tints of Viola #AF898D

Color information

#AF898D (or 0xAF898D) is unknown color: approx Viola. HEX triplet: AF, 89 and 8D. RGB value is (175,137,141). Sum of RGB (Red+Green+Blue) = 175+137+141=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF898D is #507672. Grayscale: #949494. Windows color (decimal): -5273203 or 9275823. OLE color: 9275823.

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

Color convert

RGB175137141-
CMYK00.220.190.31
HSL353.68º19.19%61.18%-
HSV(B)353.68º21.71%68.63%-
XYZ31.4328.9329.13-
YUV148.82123.59146.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=38.63%
G=30.24%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513714100.220.190.31353.6819.1961.18
HexAF898D016131F162133d
Octal25721121502623375422375
Binary101011111000100110001101010110100111111110110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF898D; }

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

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

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

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

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

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

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

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