#A557AB

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

Shades of Violet Blue #A557AB

Tints of Violet Blue #A557AB

Color information

#A557AB (or 0xA557AB) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and AB. RGB value is (165,87,171). Sum of RGB (Red+Green+Blue) = 165+87+171=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A557AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557AB is #5AA854. Grayscale: #777777. Windows color (decimal): -5941333 or 11229093. OLE color: 11229093.

HSL color Cylindrical-coordinate representation of color #A557AB: hue angle of 295.71º degrees, saturation: 0.33, 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 #A557AB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16587171-
CMYK0.040.4900.33
HSL295.71º33.33%50.59%-
HSV(B)295.71º49.12%67.06%-
XYZ26.2817.7640.57-
YUV119.9156.84160.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=39.01%
G=20.57%
B=40.43%

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
Decimal165871710.040.4900.33295.7133.3350.59
HexA557AB4310211282133
Octal2451272534610414504163
Binary101001011010111101010111001100010100001100101000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557AB; }

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

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

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

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

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

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

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

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