#A578A9

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

Shades of Violet Blue #A578A9

Tints of Violet Blue #A578A9

Color information

#A578A9 (or 0xA578A9) is unknown color: approx Violet Blue. HEX triplet: A5, 78 and A9. RGB value is (165,120,169). Sum of RGB (Red+Green+Blue) = 165+120+169=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 169 - color contains mainly: blue. Hex color #A578A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A578A9 is #5A8756. Grayscale: #8A8A8A. Windows color (decimal): -5932887 or 11106469. OLE color: 11106469.

HSL color Cylindrical-coordinate representation of color #A578A9: hue angle of 295.1º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A578A9 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB165120169-
CMYK0.020.2900.34
HSL295.1º22.17%56.67%-
HSV(B)295.1º28.99%66.27%-
XYZ29.3924.340.68-
YUV139.04144.91146.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=36.34%
G=26.43%
B=37.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651201690.020.2900.34295.122.1756.67
HexA578A921D0221271639
Octal2451702512350424472671
Binary101001011111000101010011011101010001010010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578A9; }

 p { color: rgb(165,120,169); }

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

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

 a { background-color: rgb(165,120,169); }

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

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

 span { border-color: rgb(165,120,169); }

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