#A577A4

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

Shades of Violet Blue #A577A4

Tints of Violet Blue #A577A4

Color information

#A577A4 (or 0xA577A4) is unknown color: approx Violet Blue. HEX triplet: A5, 77 and A4. RGB value is (165,119,164). Sum of RGB (Red+Green+Blue) = 165+119+164=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A577A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577A4 is #5A885B. Grayscale: #898989. Windows color (decimal): -5933148 or 10778533. OLE color: 10778533.

HSL color Cylindrical-coordinate representation of color #A577A4: hue angle of 301.3º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A577A4 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB165119164-
CMYK00.280.010.35
HSL301.3º20.35%55.69%-
HSV(B)301.3º27.88%64.71%-
XYZ28.8123.8738.21-
YUV137.88142.74147.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=36.83%
G=26.56%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511916400.280.010.35301.320.3555.69
HexA577A401C12312d1438
Octal2451672440341434552470
Binary10100101111011110100100011100110001110010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577A4; }

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

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

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

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

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

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

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

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