#A856AE

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

Shades of Violet Blue #A856AE

Tints of Violet Blue #A856AE

Color information

#A856AE (or 0xA856AE) is unknown color: approx Violet Blue. HEX triplet: A8, 56 and AE. RGB value is (168,86,174). Sum of RGB (Red+Green+Blue) = 168+86+174=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #A856AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A856AE is #57A951. Grayscale: #787878. Windows color (decimal): -5744978 or 11425448. OLE color: 11425448.

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

Color convert

RGB16886174-
CMYK0.030.5100.32
HSL295.91º35.2%50.98%-
HSV(B)295.91º50.57%68.24%-
XYZ27.1218.0442.1-
YUV120.55158.17161.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 86 (33.98% from 255) = 20.09%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=39.25%
G=20.09%
B=40.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168861740.030.5100.32295.9135.250.98
HexA856AE3330201282333
Octal2501262563630404504363
Binary10101000101011010101110111100110100000100101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856AE; }

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

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

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

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

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

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

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

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