#A49BBA

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

Shades of Cold Purple #A49BBA

Tints of Cold Purple #A49BBA

Color information

#A49BBA (or 0xA49BBA) is unknown color: approx Cold Purple. HEX triplet: A4, 9B and BA. RGB value is (164,155,186). Sum of RGB (Red+Green+Blue) = 164+155+186=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A49BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BBA is #5B6445. Grayscale: #A1A1A1. Windows color (decimal): -5989446 or 12229540. OLE color: 12229540.

HSL color Cylindrical-coordinate representation of color #A49BBA: hue angle of 257.42º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A49BBA is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164155186-
CMYK0.120.1700.27
HSL257.42º18.34%66.86%-
HSV(B)257.42º16.67%72.94%-
XYZ35.8934.8851.3-
YUV161.23141.98129.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=32.48%
G=30.69%
B=36.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641551860.120.1700.27257.4218.3466.86
HexA49BBAC1101B1011243
Octal244233272142103340122103
Binary101001001001101110111010110010001011011100000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BBA; }

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

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

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

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

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

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

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

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