#A9529E

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

Shades of Violet Blue #A9529E

Tints of Violet Blue #A9529E

Color information

#A9529E (or 0xA9529E) is unknown color: approx Violet Blue. HEX triplet: A9, 52 and 9E. RGB value is (169,82,158). Sum of RGB (Red+Green+Blue) = 169+82+158=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9529E is #56AD61. Grayscale: #747474. Windows color (decimal): -5680482 or 10375849. OLE color: 10375849.

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

Color convert

RGB16982158-
CMYK00.510.070.34
HSL307.59º34.66%49.22%-
HSV(B)307.59º51.48%66.27%-
XYZ25.5516.9434.27-
YUV116.68151.32165.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=41.32%
G=20.05%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698215800.510.070.34307.5934.6649.22
HexA9529E0337221342331
Octal2511222360637424644361
Binary101010011010010100111100110011111100010100110100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9529E; }

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

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

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

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

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

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

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

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