#A59CB2

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

Shades of Cold Purple #A59CB2

Tints of Cold Purple #A59CB2

Color information

#A59CB2 (or 0xA59CB2) is unknown color: approx Cold Purple. HEX triplet: A5, 9C and B2. RGB value is (165,156,178). Sum of RGB (Red+Green+Blue) = 165+156+178=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 178 - color contains mainly: blue. Hex color #A59CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CB2 is #5A634D. Grayscale: #A1A1A1. Windows color (decimal): -5923662 or 11705509. OLE color: 11705509.

HSL color Cylindrical-coordinate representation of color #A59CB2: hue angle of 264.55º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A59CB2 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165156178-
CMYK0.070.1200.30
HSL264.55º12.5%65.49%-
HSV(B)264.55º12.36%69.8%-
XYZ35.4434.9947.01-
YUV161.2137.48130.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=33.07%
G=31.26%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651561780.070.1200.30264.5512.565.49
HexA59CB27C01E109c41
Octal24523426271403641114101
Binary101001011001110010110010111110001111010000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CB2; }

 p { color: rgb(165,156,178); }

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

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

 a { background-color: rgb(165,156,178); }

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

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

 span { border-color: rgb(165,156,178); }

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