#A59BB4

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

Shades of Cold Purple #A59BB4

Tints of Cold Purple #A59BB4

Color information

#A59BB4 (or 0xA59BB4) is unknown color: approx Cold Purple. HEX triplet: A5, 9B and B4. RGB value is (165,155,180). Sum of RGB (Red+Green+Blue) = 165+155+180=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #A59BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BB4 is #5A644B. Grayscale: #A0A0A0. Windows color (decimal): -5923916 or 11836325. OLE color: 11836325.

HSL color Cylindrical-coordinate representation of color #A59BB4: hue angle of 264º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A59BB4 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165155180-
CMYK0.080.1400.29
HSL264º14.29%65.69%-
HSV(B)264º13.89%70.59%-
XYZ35.4834.7448.02-
YUV160.84138.81130.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 180 (70.70% from 255) = 36%
R=33%
G=31%
B=36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651551800.080.1400.2926414.2965.69
HexA59BB48E01D108e42
Octal245233264101603541016102
Binary1010010110011011101101001000111001110110000100011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BB4; }

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

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

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

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

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

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

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

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