#A8529E

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

Shades of Violet Blue #A8529E

Tints of Violet Blue #A8529E

Color information

#A8529E (or 0xA8529E) is unknown color: approx Violet Blue. HEX triplet: A8, 52 and 9E. RGB value is (168,82,158). Sum of RGB (Red+Green+Blue) = 168+82+158=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8529E is #57AD61. Grayscale: #747474. Windows color (decimal): -5746018 or 10375848. OLE color: 10375848.

HSL color Cylindrical-coordinate representation of color #A8529E: hue angle of 306.98º 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 #A8529E is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16882158-
CMYK00.510.060.34
HSL306.98º34.4%49.02%-
HSV(B)306.98º51.19%65.88%-
XYZ25.3416.8334.26-
YUV116.38151.49164.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 82 (32.42% from 255) = 20.10%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=41.18%
G=20.10%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688215800.510.060.34306.9834.449.02
HexA8529E0336221332231
Octal2501222360636424634261
Binary101010001010010100111100110011110100010100110011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8529E; }

 p { color: rgb(168,82,158); }

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

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

 a { background-color: rgb(168,82,158); }

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

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

 span { border-color: rgb(168,82,158); }

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