#A491BB

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

Shades of Cold Purple #A491BB

Tints of Cold Purple #A491BB

Color information

#A491BB (or 0xA491BB) is unknown color: approx Cold Purple. HEX triplet: A4, 91 and BB. RGB value is (164,145,187). Sum of RGB (Red+Green+Blue) = 164+145+187=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #A491BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491BB is #5B6E44. Grayscale: #9B9B9B. Windows color (decimal): -5992005 or 12292516. OLE color: 12292516.

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

Color convert

RGB164145187-
CMYK0.120.2200.27
HSL267.14º23.6%65.1%-
HSV(B)267.14º22.46%73.33%-
XYZ34.431.7351.33-
YUV155.47145.79134.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=33.06%
G=29.23%
B=37.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641451870.120.2200.27267.1423.665.1
HexA491BBC1601B10b1841
Octal244221273142603341330101
Binary101001001001000110111011110010110011011100001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491BB; }

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

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

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

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

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

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

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

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