#A856B1

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

Shades of Violet Blue #A856B1

Tints of Violet Blue #A856B1

Color information

#A856B1 (or 0xA856B1) is unknown color: approx Violet Blue. HEX triplet: A8, 56 and B1. RGB value is (168,86,177). Sum of RGB (Red+Green+Blue) = 168+86+177=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #A856B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A856B1 is #57A94E. Grayscale: #787878. Windows color (decimal): -5744975 or 11622056. OLE color: 11622056.

HSL color Cylindrical-coordinate representation of color #A856B1: hue angle of 294.07º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A856B1 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16886177-
CMYK0.050.5100.31
HSL294.07º36.84%51.57%-
HSV(B)294.07º51.41%69.41%-
XYZ27.4118.1543.65-
YUV120.89159.67161.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=38.98%
G=19.95%
B=41.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168861770.050.5100.31294.0736.8451.57
HexA856B153301F1262534
Octal2501262615630374464564
Binary10101000101011010110001101110011011111100100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856B1; }

 p { color: rgb(168,86,177); }

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

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

 a { background-color: rgb(168,86,177); }

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

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

 span { border-color: rgb(168,86,177); }

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