#A2599D

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

Shades of Violet Blue #A2599D

Tints of Violet Blue #A2599D

Color information

#A2599D (or 0xA2599D) is unknown color: approx Violet Blue. HEX triplet: A2, 59 and 9D. RGB value is (162,89,157). Sum of RGB (Red+Green+Blue) = 162+89+157=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2599D is #5DA662. Grayscale: #767676. Windows color (decimal): -6137443 or 10312098. OLE color: 10312098.

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

Color convert

RGB16289157-
CMYK00.450.030.36
HSL304.11º29.08%49.22%-
HSV(B)304.11º45.06%63.53%-
XYZ24.5617.2633.94-
YUV118.58149.68158.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=39.71%
G=21.81%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628915700.450.030.36304.1129.0849.22
HexA2599D02D3241301d31
Octal2421312350553444603561
Binary1010001010110011001110101011011110010010011000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2599D; }

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

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

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

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

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

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

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

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