#A59CB3

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

Shades of Cold Purple #A59CB3

Tints of Cold Purple #A59CB3

Color information

#A59CB3 (or 0xA59CB3) is unknown color: approx Cold Purple. HEX triplet: A5, 9C and B3. RGB value is (165,156,179). Sum of RGB (Red+Green+Blue) = 165+156+179=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #A59CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CB3 is #5A634C. Grayscale: #A1A1A1. Windows color (decimal): -5923661 or 11771045. OLE color: 11771045.

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

Color convert

RGB165156179-
CMYK0.080.1300.30
HSL263.48º13.14%65.69%-
HSV(B)263.48º12.85%70.2%-
XYZ35.5435.0347.54-
YUV161.31137.98130.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=33%
G=31.2%
B=35.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651561790.080.1300.30263.4813.1465.69
HexA59CB38D01E107d42
Octal245234263101503640715102
Binary1010010110011100101100111000110101111010000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CB3; }

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

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

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

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

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

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

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

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