#A193BC

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

Shades of Cold Purple #A193BC

Tints of Cold Purple #A193BC

Color information

#A193BC (or 0xA193BC) is unknown color: approx Cold Purple. HEX triplet: A1, 93 and BC. RGB value is (161,147,188). Sum of RGB (Red+Green+Blue) = 161+147+188=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A193BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193BC is #5E6C43. Grayscale: #9B9B9B. Windows color (decimal): -6188100 or 12358561. OLE color: 12358561.

HSL color Cylindrical-coordinate representation of color #A193BC: hue angle of 260.49º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A193BC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161147188-
CMYK0.140.2200.26
HSL260.49º23.43%65.69%-
HSV(B)260.49º21.81%73.73%-
XYZ34.2132.0851.97-
YUV155.86146.14131.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=32.46%
G=29.64%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611471880.140.2200.26260.4923.4365.69
HexA193BCE1601A1041742
Octal241223274162603240427102
Binary101000011001001110111100111010110011010100000100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193BC; }

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

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

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

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

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

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

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

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