#A576AA

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

Shades of Violet Blue #A576AA

Tints of Violet Blue #A576AA

Color information

#A576AA (or 0xA576AA) is unknown color: approx Violet Blue. HEX triplet: A5, 76 and AA. RGB value is (165,118,170). Sum of RGB (Red+Green+Blue) = 165+118+170=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A576AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A576AA is #5A8955. Grayscale: #898989. Windows color (decimal): -5933398 or 11171493. OLE color: 11171493.

HSL color Cylindrical-coordinate representation of color #A576AA: hue angle of 294.23º degrees, saturation: 0.23, 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 #A576AA is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165118170-
CMYK0.030.3100.33
HSL294.23º23.42%56.47%-
HSV(B)294.23º30.59%66.67%-
XYZ29.2523.8641.09-
YUV137.98146.07147.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=36.42%
G=26.05%
B=37.53%

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
Decimal1651181700.030.3100.33294.2323.4256.47
HexA576AA31F0211261738
Octal2451662523370414462770
Binary101001011110110101010101111111010000110010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A576AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A576AA; }

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

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

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

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

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

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

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

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