#A491BE

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

Shades of Cold Purple #A491BE

Tints of Cold Purple #A491BE

Color information

#A491BE (or 0xA491BE) is unknown color: approx Cold Purple. HEX triplet: A4, 91 and BE. RGB value is (164,145,190). Sum of RGB (Red+Green+Blue) = 164+145+190=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #A491BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491BE is #5B6E41. Grayscale: #9B9B9B. Windows color (decimal): -5992002 or 12489124. OLE color: 12489124.

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

Color convert

RGB164145190-
CMYK0.140.2400.25
HSL265.33º25.71%65.69%-
HSV(B)265.33º23.68%74.51%-
XYZ34.7331.8653.03-
YUV155.81147.29133.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=32.87%
G=29.06%
B=38.08%

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
Decimal1641451900.140.2400.25265.3325.7165.69
HexA491BEE180191091a42
Octal244221276163003141132102
Binary101001001001000110111110111011000011001100001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491BE; }

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

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

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

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

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

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

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

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