#A193BA

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

Shades of Cold Purple #A193BA

Tints of Cold Purple #A193BA

Color information

#A193BA (or 0xA193BA) is unknown color: approx Cold Purple. HEX triplet: A1, 93 and BA. RGB value is (161,147,186). Sum of RGB (Red+Green+Blue) = 161+147+186=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #A193BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193BA is #5E6C45. Grayscale: #9B9B9B. Windows color (decimal): -6188102 or 12227489. OLE color: 12227489.

HSL color Cylindrical-coordinate representation of color #A193BA: hue angle of 261.54º 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 #A193BA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161147186-
CMYK0.130.2100.27
HSL261.54º22.03%65.29%-
HSV(B)261.54º20.97%72.94%-
XYZ33.9931.9950.84-
YUV155.63145.14131.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=32.59%
G=29.76%
B=37.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611471860.130.2100.27261.5422.0365.29
HexA193BAD1501B1061641
Octal241223272152503340626101
Binary101000011001001110111010110110101011011100000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193BA; }

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

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

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

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

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

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

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

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