#A49BB4

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

Shades of Cold Purple #A49BB4

Tints of Cold Purple #A49BB4

Color information

#A49BB4 (or 0xA49BB4) is unknown color: approx Cold Purple. HEX triplet: A4, 9B and B4. RGB value is (164,155,180). Sum of RGB (Red+Green+Blue) = 164+155+180=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #A49BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BB4 is #5B644B. Grayscale: #A0A0A0. Windows color (decimal): -5989452 or 11836324. OLE color: 11836324.

HSL color Cylindrical-coordinate representation of color #A49BB4: hue angle of 261.6º 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 #A49BB4 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164155180-
CMYK0.090.1400.29
HSL261.6º14.29%65.69%-
HSV(B)261.6º13.89%70.59%-
XYZ35.2734.6348.01-
YUV160.54138.98130.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=32.87%
G=31.06%
B=36.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641551800.090.1400.29261.614.2965.69
HexA49BB49E01D106e42
Octal244233264111603540616102
Binary1010010010011011101101001001111001110110000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BB4; }

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

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

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

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

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

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

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

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