#A393BA

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

Shades of Cold Purple #A393BA

Tints of Cold Purple #A393BA

Color information

#A393BA (or 0xA393BA) is unknown color: approx Cold Purple. HEX triplet: A3, 93 and BA. RGB value is (163,147,186). Sum of RGB (Red+Green+Blue) = 163+147+186=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #A393BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393BA is #5C6C45. Grayscale: #9C9C9C. Windows color (decimal): -6057030 or 12227491. OLE color: 12227491.

HSL color Cylindrical-coordinate representation of color #A393BA: hue angle of 264.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A393BA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163147186-
CMYK0.120.2100.27
HSL264.62º22.03%65.29%-
HSV(B)264.62º20.97%72.94%-
XYZ34.432.250.86-
YUV156.23144.8132.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=32.86%
G=29.64%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631471860.120.2100.27264.6222.0365.29
HexA393BAC1501B1091641
Octal243223272142503341126101
Binary101000111001001110111010110010101011011100001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393BA; }

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

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

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

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

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

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

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

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