#A856AD

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

Shades of Violet Blue #A856AD

Tints of Violet Blue #A856AD

Color information

#A856AD (or 0xA856AD) is unknown color: approx Violet Blue. HEX triplet: A8, 56 and AD. RGB value is (168,86,173). Sum of RGB (Red+Green+Blue) = 168+86+173=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #A856AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A856AD is #57A952. Grayscale: #787878. Windows color (decimal): -5744979 or 11359912. OLE color: 11359912.

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

Color convert

RGB16886173-
CMYK0.030.5000.32
HSL296.55º34.66%50.78%-
HSV(B)296.55º50.29%67.84%-
XYZ27.021841.58-
YUV120.44157.67161.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=39.34%
G=20.14%
B=40.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168861730.030.5000.32296.5534.6650.78
HexA856AD3320201292333
Octal2501262553620404514363
Binary10101000101011010101101111100100100000100101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856AD; }

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

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

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

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

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

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

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

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