#A8539A

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

Shades of Violet Blue #A8539A

Tints of Violet Blue #A8539A

Color information

#A8539A (or 0xA8539A) is unknown color: approx Violet Blue. HEX triplet: A8, 53 and 9A. RGB value is (168,83,154). Sum of RGB (Red+Green+Blue) = 168+83+154=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8539A is #57AC65. Grayscale: #747474. Windows color (decimal): -5745766 or 10113960. OLE color: 10113960.

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

Color convert

RGB16883154-
CMYK00.510.080.34
HSL309.88º33.86%49.22%-
HSV(B)309.88º50.6%65.88%-
XYZ25.0716.8432.5-
YUV116.51149.16164.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=41.48%
G=20.49%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688315400.510.080.34309.8833.8649.22
HexA8539A0338221362231
Octal25012323206310424664261
Binary1010100010100111001101001100111000100010100110110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8539A; }

 p { color: rgb(168,83,154); }

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

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

 a { background-color: rgb(168,83,154); }

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

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

 span { border-color: rgb(168,83,154); }

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