#AF8A8E

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

Shades of Viola #AF8A8E

Tints of Viola #AF8A8E

Color information

#AF8A8E (or 0xAF8A8E) is unknown color: approx Viola. HEX triplet: AF, 8A and 8E. RGB value is (175,138,142). Sum of RGB (Red+Green+Blue) = 175+138+142=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A8E is #507571. Grayscale: #959595. Windows color (decimal): -5272946 or 9341615. OLE color: 9341615.

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

Color convert

RGB175138142-
CMYK00.210.190.31
HSL353.51º18.78%61.37%-
HSV(B)353.51º21.14%68.63%-
XYZ31.6529.2429.57-
YUV149.52123.76146.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=38.46%
G=30.33%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513814200.210.190.31353.5118.7861.37
HexAF8A8E015131F162133d
Octal25721221602523375422375
Binary101011111000101010001110010101100111111110110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A8E; }

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

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

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

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

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

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

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

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