#A557AE

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

Shades of Violet Blue #A557AE

Tints of Violet Blue #A557AE

Color information

#A557AE (or 0xA557AE) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and AE. RGB value is (165,87,174). Sum of RGB (Red+Green+Blue) = 165+87+174=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #A557AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557AE is #5AA851. Grayscale: #777777. Windows color (decimal): -5941330 or 11425701. OLE color: 11425701.

HSL color Cylindrical-coordinate representation of color #A557AE: hue angle of 293.79º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A557AE is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16587174-
CMYK0.050.500.32
HSL293.79º34.94%51.18%-
HSV(B)293.79º50%68.24%-
XYZ26.5717.8742.09-
YUV120.24158.34159.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=38.73%
G=20.42%
B=40.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165871740.050.500.32293.7934.9451.18
HexA557AE5320201262333
Octal2451272565620404464363
Binary101001011010111101011101011100100100000100100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557AE; }

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

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

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

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

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

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

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

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