#A557A2

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

Shades of Violet Blue #A557A2

Tints of Violet Blue #A557A2

Color information

#A557A2 (or 0xA557A2) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and A2. RGB value is (165,87,162). Sum of RGB (Red+Green+Blue) = 165+87+162=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A557A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557A2 is #5AA85D. Grayscale: #767676. Windows color (decimal): -5941342 or 10639269. OLE color: 10639269.

HSL color Cylindrical-coordinate representation of color #A557A2: hue angle of 302.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A557A2 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16587162-
CMYK00.470.020.35
HSL302.31º30.95%49.41%-
HSV(B)302.31º47.27%64.71%-
XYZ25.4517.4236.2-
YUV118.87152.34160.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 87 (34.38% from 255) = 21.01%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=39.86%
G=21.01%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658716200.470.020.35302.3130.9549.41
HexA557A202F22312e1f31
Octal2451272420572434563761
Binary1010010110101111010001001011111010001110010111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557A2; }

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

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

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

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

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

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

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

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