#AF8D92

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

Shades of Viola #AF8D92

Tints of Viola #AF8D92

Color information

#AF8D92 (or 0xAF8D92) is unknown color: approx Viola. HEX triplet: AF, 8D and 92. RGB value is (175,141,146). Sum of RGB (Red+Green+Blue) = 175+141+146=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D92 is #50726D. Grayscale: #979797. Windows color (decimal): -5272174 or 9604527. OLE color: 9604527.

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

Color convert

RGB175141146-
CMYK00.190.170.31
HSL351.18º17.53%61.96%-
HSV(B)351.18º19.43%68.63%-
XYZ32.3930.2431.32-
YUV151.74124.76144.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=37.88%
G=30.52%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514114600.190.170.31351.1817.5361.96
HexAF8D92013111F15f123e
Octal25721522202321375372276
Binary101011111000110110010010010011100011111110101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D92; }

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

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

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

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

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

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

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

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