#A293B3

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

Shades of Cold Purple #A293B3

Tints of Cold Purple #A293B3

Color information

#A293B3 (or 0xA293B3) is unknown color: approx Cold Purple. HEX triplet: A2, 93 and B3. RGB value is (162,147,179). Sum of RGB (Red+Green+Blue) = 162+147+179=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #A293B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293B3 is #5D6C4C. Grayscale: #9B9B9B. Windows color (decimal): -6122573 or 11768738. OLE color: 11768738.

HSL color Cylindrical-coordinate representation of color #A293B3: hue angle of 268.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A293B3 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB162147179-
CMYK0.090.1800.30
HSL268.12º17.39%63.92%-
HSV(B)268.12º17.88%70.2%-
XYZ33.4731.847.02-
YUV155.13141.47132.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=33.20%
G=30.12%
B=36.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621471790.090.1800.30268.1217.3963.92
HexA293B391201E10c1140
Octal242223263112203641421100
Binary101000101001001110110011100110010011110100001100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293B3; }

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

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

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

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

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

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

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

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