#AF8692

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

Shades of Viola #AF8692

Tints of Viola #AF8692

Color information

#AF8692 (or 0xAF8692) is unknown color: approx Viola. HEX triplet: AF, 86 and 92. RGB value is (175,134,146). Sum of RGB (Red+Green+Blue) = 175+134+146=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8692 is #50796D. Grayscale: #939393. Windows color (decimal): -5273966 or 9602735. OLE color: 9602735.

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

Color convert

RGB175134146-
CMYK00.230.170.31
HSL342.44º20.4%60.59%-
HSV(B)342.44º23.43%68.63%-
XYZ31.3928.2430.99-
YUV147.63127.08147.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=38.46%
G=29.45%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513414600.230.170.31342.4420.460.59
HexAF8692017111F156143d
Octal25720622202721375262475
Binary101011111000011010010010010111100011111110101011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8692; }

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

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

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

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

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

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

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

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