#A293BE

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

Shades of Cold Purple #A293BE

Tints of Cold Purple #A293BE

Color information

#A293BE (or 0xA293BE) is unknown color: approx Cold Purple. HEX triplet: A2, 93 and BE. RGB value is (162,147,190). Sum of RGB (Red+Green+Blue) = 162+147+190=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #A293BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293BE is #5D6C41. Grayscale: #9C9C9C. Windows color (decimal): -6122562 or 12489634. OLE color: 12489634.

HSL color Cylindrical-coordinate representation of color #A293BE: hue angle of 260.93º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A293BE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162147190-
CMYK0.150.2300.25
HSL260.93º24.86%66.08%-
HSV(B)260.93º22.63%74.51%-
XYZ34.6332.2753.12-
YUV156.39146.97132-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=32.46%
G=29.46%
B=38.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621471900.150.2300.25260.9324.8666.08
HexA293BEF170191051942
Octal242223276172703140531102
Binary101000101001001110111110111110111011001100000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293BE; }

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

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

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

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

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

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

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

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