#A293C6

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

Shades of Cold Purple #A293C6

Tints of Cold Purple #A293C6

Color information

#A293C6 (or 0xA293C6) is unknown color: approx Cold Purple. HEX triplet: A2, 93 and C6. RGB value is (162,147,198). Sum of RGB (Red+Green+Blue) = 162+147+198=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #A293C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293C6 is #5D6C39. Grayscale: #9D9D9D. Windows color (decimal): -6122554 or 13013922. OLE color: 13013922.

HSL color Cylindrical-coordinate representation of color #A293C6: hue angle of 257.65º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A293C6 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162147198-
CMYK0.180.2600.22
HSL257.65º30.91%67.65%-
HSV(B)257.65º25.76%77.65%-
XYZ35.5332.6357.85-
YUV157.3150.97131.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=31.95%
G=28.99%
B=39.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621471980.180.2600.22257.6530.9167.65
HexA293C6121A0161021f44
Octal242223306223202640237104
Binary1010001010010011110001101001011010010110100000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293C6; }

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

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

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

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

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

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

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

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