#A290BA

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

Shades of Cold Purple #A290BA

Tints of Cold Purple #A290BA

Color information

#A290BA (or 0xA290BA) is unknown color: approx Cold Purple. HEX triplet: A2, 90 and BA. RGB value is (162,144,186). Sum of RGB (Red+Green+Blue) = 162+144+186=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A290BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290BA is #5D6F45. Grayscale: #9A9A9A. Windows color (decimal): -6123334 or 12226722. OLE color: 12226722.

HSL color Cylindrical-coordinate representation of color #A290BA: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A290BA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162144186-
CMYK0.130.2300.27
HSL265.71º23.33%64.71%-
HSV(B)265.71º22.58%72.94%-
XYZ33.7431.1750.69-
YUV154.17145.96133.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=32.93%
G=29.27%
B=37.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621441860.130.2300.27265.7123.3364.71
HexA290BAD1701B10a1741
Octal242220272152703341227101
Binary101000101001000010111010110110111011011100001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290BA; }

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

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

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

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

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

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

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

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