#A491BF

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

Shades of Cold Purple #A491BF

Tints of Cold Purple #A491BF

Color information

#A491BF (or 0xA491BF) is unknown color: approx Cold Purple. HEX triplet: A4, 91 and BF. RGB value is (164,145,191). Sum of RGB (Red+Green+Blue) = 164+145+191=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #A491BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491BF is #5B6E40. Grayscale: #9B9B9B. Windows color (decimal): -5992001 or 12554660. OLE color: 12554660.

HSL color Cylindrical-coordinate representation of color #A491BF: hue angle of 264.78º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A491BF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164145191-
CMYK0.140.2400.25
HSL264.78º26.44%65.88%-
HSV(B)264.78º24.08%74.9%-
XYZ34.8431.953.61-
YUV155.93147.79133.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 191 (75% from 255) = 38.2%
R=32.8%
G=29%
B=38.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641451910.140.2400.25264.7826.4465.88
HexA491BFE180191091a42
Octal244221277163003141132102
Binary101001001001000110111111111011000011001100001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491BF; }

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

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

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

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

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

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

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

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