#A259AE

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

Shades of Violet Blue #A259AE

Tints of Violet Blue #A259AE

Color information

#A259AE (or 0xA259AE) is unknown color: approx Violet Blue. HEX triplet: A2, 59 and AE. RGB value is (162,89,174). Sum of RGB (Red+Green+Blue) = 162+89+174=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #A259AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A259AE is #5DA651. Grayscale: #787878. Windows color (decimal): -6137426 or 11426210. OLE color: 11426210.

HSL color Cylindrical-coordinate representation of color #A259AE: hue angle of 291.53º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A259AE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16289174-
CMYK0.070.4900.32
HSL291.53º34.41%51.57%-
HSV(B)291.53º48.85%68.24%-
XYZ26.1117.8842.12-
YUV120.52158.18157.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=38.12%
G=20.94%
B=40.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162891740.070.4900.32291.5334.4151.57
HexA259AE7310201242234
Octal2421312567610404444264
Binary101000101011001101011101111100010100000100100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259AE; }

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

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

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

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

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

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

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

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