#A49ABB

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

Shades of Cold Purple #A49ABB

Tints of Cold Purple #A49ABB

Color information

#A49ABB (or 0xA49ABB) is unknown color: approx Cold Purple. HEX triplet: A4, 9A and BB. RGB value is (164,154,187). Sum of RGB (Red+Green+Blue) = 164+154+187=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A49ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ABB is #5B6544. Grayscale: #A0A0A0. Windows color (decimal): -5989701 or 12294820. OLE color: 12294820.

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

Color convert

RGB164154187-
CMYK0.120.1800.27
HSL258.18º19.53%66.86%-
HSV(B)258.18º17.65%73.33%-
XYZ35.8434.5951.8-
YUV160.75142.81130.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=32.48%
G=30.50%
B=37.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641541870.120.1800.27258.1819.5366.86
HexA49ABBC1201B1021443
Octal244232273142203340224103
Binary101001001001101010111011110010010011011100000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ABB; }

 p { color: rgb(164,154,187); }

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

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

 a { background-color: rgb(164,154,187); }

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

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

 span { border-color: rgb(164,154,187); }

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