#A86BAD

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

Shades of Violet Blue #A86BAD

Tints of Violet Blue #A86BAD

Color information

#A86BAD (or 0xA86BAD) is unknown color: approx Violet Blue. HEX triplet: A8, 6B and AD. RGB value is (168,107,173). Sum of RGB (Red+Green+Blue) = 168+107+173=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A86BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86BAD is #579452. Grayscale: #848484. Windows color (decimal): -5739603 or 11365288. OLE color: 11365288.

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

Color convert

RGB168107173-
CMYK0.030.3800.32
HSL295.45º28.7%54.9%-
HSV(B)295.45º38.15%67.84%-
XYZ28.9521.8642.23-
YUV132.76150.71153.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=37.5%
G=23.88%
B=38.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681071730.030.3800.32295.4528.754.9
HexA86BAD3260201271d37
Octal2501532553460404473567
Binary1010100011010111010110111100110010000010010011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86BAD; }

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

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

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

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

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

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

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

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