#A293B7

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

Shades of Cold Purple #A293B7

Tints of Cold Purple #A293B7

Color information

#A293B7 (or 0xA293B7) is unknown color: approx Cold Purple. HEX triplet: A2, 93 and B7. RGB value is (162,147,183). Sum of RGB (Red+Green+Blue) = 162+147+183=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #A293B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293B7 is #5D6C48. Grayscale: #9B9B9B. Windows color (decimal): -6122569 or 12030882. OLE color: 12030882.

HSL color Cylindrical-coordinate representation of color #A293B7: hue angle of 265º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A293B7 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB162147183-
CMYK0.110.2000.28
HSL265º20%64.71%-
HSV(B)265º19.67%71.76%-
XYZ33.8831.9749.18-
YUV155.59143.47132.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=32.93%
G=29.88%
B=37.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621471830.110.2000.282652064.71
HexA293B7B1401C1091441
Octal242223267132403441124101
Binary101000101001001110110111101110100011100100001001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293B7; }

 p { color: rgb(162,147,183); }

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

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

 a { background-color: rgb(162,147,183); }

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

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

 span { border-color: rgb(162,147,183); }

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