#AF8F9A

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

Shades of Viola #AF8F9A

Tints of Viola #AF8F9A

Color information

#AF8F9A (or 0xAF8F9A) is unknown color: approx Viola. HEX triplet: AF, 8F and 9A. RGB value is (175,143,154). Sum of RGB (Red+Green+Blue) = 175+143+154=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F9A is #507065. Grayscale: #999999. Windows color (decimal): -5271654 or 10129327. OLE color: 10129327.

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

Color convert

RGB175143154-
CMYK00.180.120.31
HSL339.38º16.67%62.35%-
HSV(B)339.38º18.29%68.63%-
XYZ33.3331.0934.82-
YUV153.82128.1143.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=37.08%
G=30.30%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514315400.180.120.31339.3816.6762.35
HexAF8F9A012C1F153113e
Octal25721723202214375232176
Binary10101111100011111001101001001011001111110101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F9A; }

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

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

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

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

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

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

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

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