#A575AC

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

Shades of Violet Blue #A575AC

Tints of Violet Blue #A575AC

Color information

#A575AC (or 0xA575AC) is unknown color: approx Violet Blue. HEX triplet: A5, 75 and AC. RGB value is (165,117,172). Sum of RGB (Red+Green+Blue) = 165+117+172=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #A575AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AC is #5A8A53. Grayscale: #898989. Windows color (decimal): -5933652 or 11302309. OLE color: 11302309.

HSL color Cylindrical-coordinate representation of color #A575AC: hue angle of 292.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A575AC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165117172-
CMYK0.040.3200.33
HSL292.36º24.89%56.67%-
HSV(B)292.36º31.98%67.45%-
XYZ29.3223.742.06-
YUV137.62147.4147.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=36.34%
G=25.77%
B=37.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651171720.040.3200.33292.3624.8956.67
HexA575AC4200211241939
Octal2451652544400414443171
Binary10100101111010110101100100100000010000110010010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575AC; }

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

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

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

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

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

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

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

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