#A291BB

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

Shades of Cold Purple #A291BB

Tints of Cold Purple #A291BB

Color information

#A291BB (or 0xA291BB) is unknown color: approx Cold Purple. HEX triplet: A2, 91 and BB. RGB value is (162,145,187). Sum of RGB (Red+Green+Blue) = 162+145+187=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A291BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291BB is #5D6E44. Grayscale: #9A9A9A. Windows color (decimal): -6123077 or 12292514. OLE color: 12292514.

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

Color convert

RGB162145187-
CMYK0.130.2200.27
HSL264.29º23.6%65.1%-
HSV(B)264.29º22.46%73.33%-
XYZ3431.5251.31-
YUV154.87146.13133.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=32.79%
G=29.35%
B=37.85%

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
Decimal1621451870.130.2200.27264.2923.665.1
HexA291BBD1601B1081841
Octal242221273152603341030101
Binary101000101001000110111011110110110011011100001000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291BB; }

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

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

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

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

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

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

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

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