#a256a9

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

Shades of Violet Blue #A256A9

Tints of Violet Blue #A256A9

Color information

#A256A9 (or 0xA256A9) is unknown color: approx Violet Blue. HEX triplet: A2, 56 and A9. RGB value is (162,86,169). Sum of RGB (Red+Green+Blue) = 162+86+169=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 169 - color contains mainly: blue. Hex color #A256A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A256A9 is #5DA956. Grayscale: #757575. Windows color (decimal): -6138199 or 11097762. OLE color: 11097762.

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

Color convert

RGB16286169-
CMYK0.040.4900.34
HSL294.94º32.55%50%-
HSV(B)294.94º49.11%66.27%-
XYZ25.3917.239.52-
YUV118.19156.68159.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=38.85%
G=20.62%
B=40.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162861690.040.4900.34294.9432.5550
HexA256A94310221272132
Octal2421262514610424474162
Binary101000101010110101010011001100010100010100100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a256a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a256a9; }

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

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

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

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

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

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

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

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