#A193BF

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

Shades of Cold Purple #A193BF

Tints of Cold Purple #A193BF

Color information

#A193BF (or 0xA193BF) is unknown color: approx Cold Purple. HEX triplet: A1, 93 and BF. RGB value is (161,147,191). Sum of RGB (Red+Green+Blue) = 161+147+191=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #A193BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193BF is #5E6C40. Grayscale: #9C9C9C. Windows color (decimal): -6188097 or 12555169. OLE color: 12555169.

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

Color convert

RGB161147191-
CMYK0.160.2300.25
HSL259.09º25.58%66.27%-
HSV(B)259.09º23.04%74.9%-
XYZ34.5432.2153.69-
YUV156.2147.64131.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 191 (75% from 255) = 38.28%
R=32.26%
G=29.46%
B=38.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611471910.160.2300.25259.0925.5866.27
HexA193BF10170191031a42
Octal241223277202703140332102
Binary1010000110010011101111111000010111011001100000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193BF; }

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

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

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

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

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

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

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

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