#A293CA

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

Shades of Cold Purple #A293CA

Tints of Cold Purple #A293CA

Color information

#A293CA (or 0xA293CA) is unknown color: approx Cold Purple. HEX triplet: A2, 93 and CA. RGB value is (162,147,202). Sum of RGB (Red+Green+Blue) = 162+147+202=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #A293CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293CA is #5D6C35. Grayscale: #9D9D9D. Windows color (decimal): -6122550 or 13276066. OLE color: 13276066.

HSL color Cylindrical-coordinate representation of color #A293CA: hue angle of 256.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A293CA is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162147202-
CMYK0.200.2700.21
HSL256.36º34.16%68.43%-
HSV(B)256.36º27.23%79.22%-
XYZ35.9932.8160.31-
YUV157.76152.97131.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=31.70%
G=28.77%
B=39.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621472020.200.2700.21256.3634.1668.43
HexA293CA141B0151002244
Octal242223312243302540042104
Binary10100010100100111100101010100110110101011000000001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293CA; }

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

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

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

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

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

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

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

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