#A86FAD

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

Shades of Violet Blue #A86FAD

Tints of Violet Blue #A86FAD

Color information

#A86FAD (or 0xA86FAD) is unknown color: approx Violet Blue. HEX triplet: A8, 6F and AD. RGB value is (168,111,173). Sum of RGB (Red+Green+Blue) = 168+111+173=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A86FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86FAD is #579052. Grayscale: #868686. Windows color (decimal): -5738579 or 11366312. OLE color: 11366312.

HSL color Cylindrical-coordinate representation of color #A86FAD: hue angle of 295.16º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A86FAD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168111173-
CMYK0.030.3600.32
HSL295.16º27.43%55.69%-
HSV(B)295.16º35.84%67.84%-
XYZ29.3822.7142.37-
YUV135.11149.38151.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=37.17%
G=24.56%
B=38.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681111730.030.3600.32295.1627.4355.69
HexA86FAD3240201271b38
Octal2501572553440404473370
Binary1010100011011111010110111100100010000010010011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FAD; }

 p { color: rgb(168,111,173); }

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

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

 a { background-color: rgb(168,111,173); }

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

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

 span { border-color: rgb(168,111,173); }

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