#A293C5

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

Shades of Cold Purple #A293C5

Tints of Cold Purple #A293C5

Color information

#A293C5 (or 0xA293C5) is unknown color: approx Cold Purple. HEX triplet: A2, 93 and C5. RGB value is (162,147,197). Sum of RGB (Red+Green+Blue) = 162+147+197=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #A293C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293C5 is #5D6C3A. Grayscale: #9D9D9D. Windows color (decimal): -6122555 or 12948386. OLE color: 12948386.

HSL color Cylindrical-coordinate representation of color #A293C5: hue angle of 258º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A293C5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162147197-
CMYK0.180.2500.23
HSL258º30.12%67.45%-
HSV(B)258º25.38%77.25%-
XYZ35.4132.5857.25-
YUV157.18150.47131.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=32.02%
G=29.05%
B=38.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621471970.180.2500.2325830.1267.45
HexA293C512190171021e43
Octal242223305223102740236103
Binary1010001010010011110001011001011001010111100000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293C5; }

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

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

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

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

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

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

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

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