#A557AC

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

Shades of Violet Blue #A557AC

Tints of Violet Blue #A557AC

Color information

#A557AC (or 0xA557AC) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and AC. RGB value is (165,87,172). Sum of RGB (Red+Green+Blue) = 165+87+172=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #A557AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557AC is #5AA853. Grayscale: #777777. Windows color (decimal): -5941332 or 11294629. OLE color: 11294629.

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

Color convert

RGB16587172-
CMYK0.040.4900.33
HSL295.06º33.86%50.78%-
HSV(B)295.06º49.42%67.45%-
XYZ26.3717.7941.07-
YUV120.01157.34160.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=38.92%
G=20.52%
B=40.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165871720.040.4900.33295.0633.8650.78
HexA557AC4310211272233
Octal2451272544610414474263
Binary101001011010111101011001001100010100001100100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557AC; }

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

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

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

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

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

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

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

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