#A256AB

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

Shades of Violet Blue #A256AB

Tints of Violet Blue #A256AB

Color information

#A256AB (or 0xA256AB) is unknown color: approx Violet Blue. HEX triplet: A2, 56 and AB. RGB value is (162,86,171). Sum of RGB (Red+Green+Blue) = 162+86+171=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A256AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A256AB is #5DA954. Grayscale: #767676. Windows color (decimal): -6138197 or 11228834. OLE color: 11228834.

HSL color Cylindrical-coordinate representation of color #A256AB: hue angle of 293.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A256AB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16286171-
CMYK0.050.5000.33
HSL293.65º33.6%50.39%-
HSV(B)293.65º49.71%67.06%-
XYZ25.5817.2840.51-
YUV118.41157.68159.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=38.66%
G=20.53%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162861710.050.5000.33293.6533.650.39
HexA256AB5320211262232
Octal2421262535620414464262
Binary101000101010110101010111011100100100001100100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256AB; }

 p { color: rgb(162,86,171); }

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

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

 a { background-color: rgb(162,86,171); }

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

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

 span { border-color: rgb(162,86,171); }

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