#A86BA0

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

Shades of Violet Blue #A86BA0

Tints of Violet Blue #A86BA0

Color information

#A86BA0 (or 0xA86BA0) is unknown color: approx Violet Blue. HEX triplet: A8, 6B and A0. RGB value is (168,107,160). Sum of RGB (Red+Green+Blue) = 168+107+160=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A86BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86BA0 is #57945F. Grayscale: #838383. Windows color (decimal): -5739616 or 10513320. OLE color: 10513320.

HSL color Cylindrical-coordinate representation of color #A86BA0: hue angle of 307.87º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A86BA0 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB168107160-
CMYK00.360.050.34
HSL307.87º25.96%53.92%-
HSV(B)307.87º36.31%65.88%-
XYZ27.7521.3835.92-
YUV131.28144.21154.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=38.62%
G=24.60%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810716000.360.050.34307.8725.9653.92
HexA86BA00245221341a36
Octal2501532400445424643266
Binary10101000110101110100000010010010110001010011010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86BA0; }

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

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

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

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

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

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

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

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