#A59ABA

Color #A59ABA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A59ABA

Tints of Cold Purple #A59ABA

Color information

#A59ABA (or 0xA59ABA) is unknown color: approx Cold Purple. HEX triplet: A5, 9A and BA. RGB value is (165,154,186). Sum of RGB (Red+Green+Blue) = 165+154+186=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A59ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ABA is #5A6545. Grayscale: #A0A0A0. Windows color (decimal): -5924166 or 12229285. OLE color: 12229285.

HSL color Cylindrical-coordinate representation of color #A59ABA: hue angle of 260.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59ABA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165154186-
CMYK0.110.1700.27
HSL260.62º18.82%66.67%-
HSV(B)260.62º17.2%72.94%-
XYZ35.9434.6651.25-
YUV160.94142.14130.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=32.67%
G=30.50%
B=36.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651541860.110.1700.27260.6218.8266.67
HexA59ABAB1101B1051343
Octal245232272132103340523103
Binary101001011001101010111010101110001011011100000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ABA; }

 p { color: rgb(165,154,186); }

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

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

 a { background-color: rgb(165,154,186); }

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

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

 span { border-color: rgb(165,154,186); }

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