#A259AD

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

Shades of Violet Blue #A259AD

Tints of Violet Blue #A259AD

Color information

#A259AD (or 0xA259AD) is unknown color: approx Violet Blue. HEX triplet: A2, 59 and AD. RGB value is (162,89,173). Sum of RGB (Red+Green+Blue) = 162+89+173=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A259AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A259AD is #5DA652. Grayscale: #787878. Windows color (decimal): -6137427 or 11360674. OLE color: 11360674.

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

Color convert

RGB16289173-
CMYK0.060.4900.32
HSL292.14º33.87%51.37%-
HSV(B)292.14º48.55%67.84%-
XYZ26.0217.8441.61-
YUV120.4157.68157.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=38.21%
G=20.99%
B=40.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162891730.060.4900.32292.1433.8751.37
HexA259AD6310201242233
Octal2421312556610404444263
Binary101000101011001101011011101100010100000100100100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A259AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A259AD; }

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

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

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

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

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

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

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

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