#A291BA

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

Shades of Cold Purple #A291BA

Tints of Cold Purple #A291BA

Color information

#A291BA (or 0xA291BA) is unknown color: approx Cold Purple. HEX triplet: A2, 91 and BA. RGB value is (162,145,186). Sum of RGB (Red+Green+Blue) = 162+145+186=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #A291BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291BA is #5D6E45. Grayscale: #9A9A9A. Windows color (decimal): -6123078 or 12226978. OLE color: 12226978.

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

Color convert

RGB162145186-
CMYK0.130.2200.27
HSL264.88º22.91%64.9%-
HSV(B)264.88º22.04%72.94%-
XYZ33.8931.4850.74-
YUV154.76145.63133.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=32.86%
G=29.41%
B=37.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621451860.130.2200.27264.8822.9164.9
HexA291BAD1601B1091741
Octal242221272152603341127101
Binary101000101001000110111010110110110011011100001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291BA; }

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

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

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

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

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

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

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

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