#A2559D

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

Shades of Violet Blue #A2559D

Tints of Violet Blue #A2559D

Color information

#A2559D (or 0xA2559D) is unknown color: approx Violet Blue. HEX triplet: A2, 55 and 9D. RGB value is (162,85,157). Sum of RGB (Red+Green+Blue) = 162+85+157=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2559D is #5DAA62. Grayscale: #747474. Windows color (decimal): -6138467 or 10311074. OLE color: 10311074.

HSL color Cylindrical-coordinate representation of color #A2559D: hue angle of 303.9º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2559D is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16285157-
CMYK00.480.030.36
HSL303.9º31.17%48.43%-
HSV(B)303.9º47.53%63.53%-
XYZ24.2316.6133.83-
YUV116.23151.01160.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=40.10%
G=21.04%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628515700.480.030.36303.931.1748.43
HexA2559D0303241301f30
Octal2421252350603444603760
Binary1010001010101011001110101100001110010010011000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2559D; }

 p { color: rgb(162,85,157); }

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

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

 a { background-color: rgb(162,85,157); }

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

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

 span { border-color: rgb(162,85,157); }

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