#A86DAD

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

Shades of Violet Blue #A86DAD

Tints of Violet Blue #A86DAD

Color information

#A86DAD (or 0xA86DAD) is unknown color: approx Violet Blue. HEX triplet: A8, 6D and AD. RGB value is (168,109,173). Sum of RGB (Red+Green+Blue) = 168+109+173=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A86DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86DAD is #579252. Grayscale: #858585. Windows color (decimal): -5739091 or 11365800. OLE color: 11365800.

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

Color convert

RGB168109173-
CMYK0.030.3700.32
HSL295.31º28.07%55.29%-
HSV(B)295.31º36.99%67.84%-
XYZ29.1622.2842.3-
YUV133.94150.05152.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=37.33%
G=24.22%
B=38.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681091730.030.3700.32295.3128.0755.29
HexA86DAD3250201271c37
Octal2501552553450404473467
Binary1010100011011011010110111100101010000010010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DAD; }

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

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

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

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

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

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

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

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