#A59BBD

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

Shades of Cold Purple #A59BBD

Tints of Cold Purple #A59BBD

Color information

#A59BBD (or 0xA59BBD) is unknown color: approx Cold Purple. HEX triplet: A5, 9B and BD. RGB value is (165,155,189). Sum of RGB (Red+Green+Blue) = 165+155+189=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #A59BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BBD is #5A6442. Grayscale: #A1A1A1. Windows color (decimal): -5923907 or 12426149. OLE color: 12426149.

HSL color Cylindrical-coordinate representation of color #A59BBD: hue angle of 257.65º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59BBD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165155189-
CMYK0.130.1800.26
HSL257.65º20.48%67.45%-
HSV(B)257.65º17.99%74.12%-
XYZ36.4235.1253-
YUV161.87143.31130.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=32.42%
G=30.45%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651551890.130.1800.26257.6520.4867.45
HexA59BBDD1201A1021443
Octal245233275152203240224103
Binary101001011001101110111101110110010011010100000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BBD; }

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

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

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

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

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

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

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

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