#AF8A91

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

Shades of Viola #AF8A91

Tints of Viola #AF8A91

Color information

#AF8A91 (or 0xAF8A91) is unknown color: approx Viola. HEX triplet: AF, 8A and 91. RGB value is (175,138,145). Sum of RGB (Red+Green+Blue) = 175+138+145=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A91 is #50756E. Grayscale: #959595. Windows color (decimal): -5272943 or 9538223. OLE color: 9538223.

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

Color convert

RGB175138145-
CMYK00.210.170.31
HSL348.65º18.78%61.37%-
HSV(B)348.65º21.14%68.63%-
XYZ31.8829.3430.77-
YUV149.86125.26145.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=38.21%
G=30.13%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513814500.210.170.31348.6518.7861.37
HexAF8A91015111F15d133d
Octal25721222102521375352375
Binary101011111000101010010001010101100011111110101110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A91; }

 p { color: rgb(175,138,145); }

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

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

 a { background-color: rgb(175,138,145); }

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

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

 span { border-color: rgb(175,138,145); }

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