#AF919A

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

Shades of Viola #AF919A

Tints of Viola #AF919A

Color information

#AF919A (or 0xAF919A) is unknown color: approx Viola. HEX triplet: AF, 91 and 9A. RGB value is (175,145,154). Sum of RGB (Red+Green+Blue) = 175+145+154=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF919A is #506E65. Grayscale: #9A9A9A. Windows color (decimal): -5271142 or 10129839. OLE color: 10129839.

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

Color convert

RGB175145154-
CMYK00.170.120.31
HSL342º15.79%62.75%-
HSV(B)342º17.14%68.63%-
XYZ33.6431.734.92-
YUV155127.44142.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=36.92%
G=30.59%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514515400.170.120.3134215.7962.75
HexAF919A011C1F156103f
Octal25722123202114375262077
Binary10101111100100011001101001000111001111110101011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF919A; }

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

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

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

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

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

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

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

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