#A291BD

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

Shades of Cold Purple #A291BD

Tints of Cold Purple #A291BD

Color information

#A291BD (or 0xA291BD) is unknown color: approx Cold Purple. HEX triplet: A2, 91 and BD. RGB value is (162,145,189). Sum of RGB (Red+Green+Blue) = 162+145+189=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A291BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291BD is #5D6E42. Grayscale: #9A9A9A. Windows color (decimal): -6123075 or 12423586. OLE color: 12423586.

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

Color convert

RGB162145189-
CMYK0.140.2300.26
HSL263.18º25%65.49%-
HSV(B)263.18º23.28%74.12%-
XYZ34.2131.6152.44-
YUV155.1147.13132.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=32.66%
G=29.23%
B=38.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621451890.140.2300.26263.182565.49
HexA291BDE1701A1071941
Octal242221275162703240731101
Binary101000101001000110111101111010111011010100000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291BD; }

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

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

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

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

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

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

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

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