#A393C8

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

Shades of Cold Purple #A393C8

Tints of Cold Purple #A393C8

Color information

#A393C8 (or 0xA393C8) is unknown color: approx Cold Purple. HEX triplet: A3, 93 and C8. RGB value is (163,147,200). Sum of RGB (Red+Green+Blue) = 163+147+200=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #A393C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393C8 is #5C6C37. Grayscale: #9D9D9D. Windows color (decimal): -6057016 or 13144995. OLE color: 13144995.

HSL color Cylindrical-coordinate representation of color #A393C8: hue angle of 258.11º degrees, saturation: 0.33, 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 #A393C8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB163147200-
CMYK0.180.2600.22
HSL258.11º32.52%68.04%-
HSV(B)258.11º26.5%78.43%-
XYZ35.9632.8259.08-
YUV157.83151.8131.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=31.96%
G=28.82%
B=39.22%

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
Decimal1631472000.180.2600.22258.1132.5268.04
HexA393C8121A0161022144
Octal243223310223202640241104
Binary10100011100100111100100010010110100101101000000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393C8; }

 p { color: rgb(163,147,200); }

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

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

 a { background-color: rgb(163,147,200); }

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

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

 span { border-color: rgb(163,147,200); }

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