#AF8693

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

Shades of Viola #AF8693

Tints of Viola #AF8693

Color information

#AF8693 (or 0xAF8693) is unknown color: approx Viola. HEX triplet: AF, 86 and 93. RGB value is (175,134,147). Sum of RGB (Red+Green+Blue) = 175+134+147=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8693 is #50796C. Grayscale: #939393. Windows color (decimal): -5273965 or 9668271. OLE color: 9668271.

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

Color convert

RGB175134147-
CMYK00.230.160.31
HSL340.98º20.4%60.59%-
HSV(B)340.98º23.43%68.63%-
XYZ31.4728.2731.4-
YUV147.74127.58147.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=38.38%
G=29.39%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513414700.230.160.31340.9820.460.59
HexAF8693017101F155143d
Octal25720622302720375252475
Binary101011111000011010010011010111100001111110101010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8693; }

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

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

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

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

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

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

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

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