#A292BA

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

Shades of Cold Purple #A292BA

Tints of Cold Purple #A292BA

Color information

#A292BA (or 0xA292BA) is unknown color: approx Cold Purple. HEX triplet: A2, 92 and BA. RGB value is (162,146,186). Sum of RGB (Red+Green+Blue) = 162+146+186=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #A292BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292BA is #5D6D45. Grayscale: #9B9B9B. Windows color (decimal): -6122822 or 12227234. OLE color: 12227234.

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

Color convert

RGB162146186-
CMYK0.130.2200.27
HSL264º22.47%65.1%-
HSV(B)264º21.51%72.94%-
XYZ34.0431.7850.8-
YUV155.34145.3132.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=32.79%
G=29.55%
B=37.65%

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
Decimal1621461860.130.2200.2726422.4765.1
HexA292BAD1601B1081641
Octal242222272152603341026101
Binary101000101001001010111010110110110011011100001000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292BA; }

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

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

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

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

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

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

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

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