#A575AA

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

Shades of Violet Blue #A575AA

Tints of Violet Blue #A575AA

Color information

#A575AA (or 0xA575AA) is unknown color: approx Violet Blue. HEX triplet: A5, 75 and AA. RGB value is (165,117,170). Sum of RGB (Red+Green+Blue) = 165+117+170=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A575AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AA is #5A8A55. Grayscale: #898989. Windows color (decimal): -5933654 or 11171237. OLE color: 11171237.

HSL color Cylindrical-coordinate representation of color #A575AA: hue angle of 294.34º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A575AA is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165117170-
CMYK0.030.3100.33
HSL294.34º23.77%56.27%-
HSV(B)294.34º31.18%66.67%-
XYZ29.1323.6241.05-
YUV137.39146.4147.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=36.50%
G=25.88%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651171700.030.3100.33294.3423.7756.27
HexA575AA31F0211261838
Octal2451652523370414463070
Binary101001011110101101010101111111010000110010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575AA; }

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

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

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

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

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

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

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

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