#A557AA

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

Shades of Violet Blue #A557AA

Tints of Violet Blue #A557AA

Color information

#A557AA (or 0xA557AA) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and AA. RGB value is (165,87,170). Sum of RGB (Red+Green+Blue) = 165+87+170=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #A557AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557AA is #5AA855. Grayscale: #777777. Windows color (decimal): -5941334 or 11163557. OLE color: 11163557.

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

Color convert

RGB16587170-
CMYK0.030.4900.33
HSL296.39º32.81%50.39%-
HSV(B)296.39º48.82%66.67%-
XYZ26.1817.7240.07-
YUV119.78156.34160.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=39.10%
G=20.62%
B=40.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165871700.030.4900.33296.3932.8150.39
HexA557AA3310211282132
Octal2451272523610414504162
Binary10100101101011110101010111100010100001100101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557AA; }

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

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

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

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

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

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

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

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