#A59BBB

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

Shades of Cold Purple #A59BBB

Tints of Cold Purple #A59BBB

Color information

#A59BBB (or 0xA59BBB) is unknown color: approx Cold Purple. HEX triplet: A5, 9B and BB. RGB value is (165,155,187). Sum of RGB (Red+Green+Blue) = 165+155+187=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #A59BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BBB is #5A6444. Grayscale: #A1A1A1. Windows color (decimal): -5923909 or 12295077. OLE color: 12295077.

HSL color Cylindrical-coordinate representation of color #A59BBB: hue angle of 258.75º 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 #A59BBB is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165155187-
CMYK0.120.1700.27
HSL258.75º19.05%67.06%-
HSV(B)258.75º17.11%73.33%-
XYZ36.2135.0351.87-
YUV161.64142.31130.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=32.54%
G=30.57%
B=36.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651551870.120.1700.27258.7519.0567.06
HexA59BBBC1101B1031343
Octal245233273142103340323103
Binary101001011001101110111011110010001011011100000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BBB; }

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

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

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

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

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

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

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

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