#A575A9

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

Shades of Violet Blue #A575A9

Tints of Violet Blue #A575A9

Color information

#A575A9 (or 0xA575A9) is unknown color: approx Violet Blue. HEX triplet: A5, 75 and A9. RGB value is (165,117,169). Sum of RGB (Red+Green+Blue) = 165+117+169=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 169 - color contains mainly: blue. Hex color #A575A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575A9 is #5A8A56. Grayscale: #898989. Windows color (decimal): -5933655 or 11105701. OLE color: 11105701.

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

Color convert

RGB165117169-
CMYK0.020.3100.34
HSL295.38º23.21%56.08%-
HSV(B)295.38º30.77%66.27%-
XYZ29.0423.5940.56-
YUV137.28145.9147.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=36.59%
G=25.94%
B=37.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651171690.020.3100.34295.3823.2156.08
HexA575A921F0221271738
Octal2451652512370424472770
Binary101001011110101101010011011111010001010010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575A9; }

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

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

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

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

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

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

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

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