#A491BA

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

Shades of Cold Purple #A491BA

Tints of Cold Purple #A491BA

Color information

#A491BA (or 0xA491BA) is unknown color: approx Cold Purple. HEX triplet: A4, 91 and BA. RGB value is (164,145,186). Sum of RGB (Red+Green+Blue) = 164+145+186=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #A491BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491BA is #5B6E45. Grayscale: #9B9B9B. Windows color (decimal): -5992006 or 12226980. OLE color: 12226980.

HSL color Cylindrical-coordinate representation of color #A491BA: hue angle of 267.8º degrees, saturation: 0.23, 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 #A491BA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164145186-
CMYK0.120.2200.27
HSL267.8º22.91%64.9%-
HSV(B)267.8º22.04%72.94%-
XYZ34.331.6950.76-
YUV155.36145.29134.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=33.13%
G=29.29%
B=37.58%

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
Decimal1641451860.120.2200.27267.822.9164.9
HexA491BAC1601B10c1741
Octal244221272142603341427101
Binary101001001001000110111010110010110011011100001100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491BA; }

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

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

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

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

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

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

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

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