#A577AA

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

Shades of Violet Blue #A577AA

Tints of Violet Blue #A577AA

Color information

#A577AA (or 0xA577AA) is unknown color: approx Violet Blue. HEX triplet: A5, 77 and AA. RGB value is (165,119,170). Sum of RGB (Red+Green+Blue) = 165+119+170=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #A577AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577AA is #5A8855. Grayscale: #8A8A8A. Windows color (decimal): -5933142 or 11171749. OLE color: 11171749.

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

Color convert

RGB165119170-
CMYK0.030.300.33
HSL294.12º23.08%56.67%-
HSV(B)294.12º30%66.67%-
XYZ29.3724.141.13-
YUV138.57145.74146.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=36.34%
G=26.21%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651191700.030.300.33294.1223.0856.67
HexA577AA31E0211261739
Octal2451672523360414462771
Binary101001011110111101010101111110010000110010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577AA; }

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

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

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

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

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

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

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

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