#A59AB3

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

Shades of Cold Purple #A59AB3

Tints of Cold Purple #A59AB3

Color information

#A59AB3 (or 0xA59AB3) is unknown color: approx Cold Purple. HEX triplet: A5, 9A and B3. RGB value is (165,154,179). Sum of RGB (Red+Green+Blue) = 165+154+179=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #A59AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AB3 is #5A654C. Grayscale: #A0A0A0. Windows color (decimal): -5924173 or 11770533. OLE color: 11770533.

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

Color convert

RGB165154179-
CMYK0.080.1400.30
HSL266.4º14.12%65.29%-
HSV(B)266.4º13.97%70.2%-
XYZ35.2134.3747.43-
YUV160.14138.64131.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=33.13%
G=30.92%
B=35.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651541790.080.1400.30266.414.1265.29
HexA59AB38E01E10ae41
Octal245232263101603641216101
Binary1010010110011010101100111000111001111010000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AB3; }

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

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

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

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

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

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

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

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