#A59BBE

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

Shades of Cold Purple #A59BBE

Tints of Cold Purple #A59BBE

Color information

#A59BBE (or 0xA59BBE) is unknown color: approx Cold Purple. HEX triplet: A5, 9B and BE. RGB value is (165,155,190). Sum of RGB (Red+Green+Blue) = 165+155+190=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A59BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BBE is #5A6441. Grayscale: #A1A1A1. Windows color (decimal): -5923906 or 12491685. OLE color: 12491685.

HSL color Cylindrical-coordinate representation of color #A59BBE: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59BBE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165155190-
CMYK0.130.1800.25
HSL257.14º21.21%67.65%-
HSV(B)257.14º18.42%74.51%-
XYZ36.5335.1653.58-
YUV161.98143.81130.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=32.35%
G=30.39%
B=37.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651551900.130.1800.25257.1421.2167.65
HexA59BBED120191011544
Octal245233276152203140125104
Binary101001011001101110111110110110010011001100000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BBE; }

 p { color: rgb(165,155,190); }

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

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

 a { background-color: rgb(165,155,190); }

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

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

 span { border-color: rgb(165,155,190); }

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