#A493BF

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

Shades of Cold Purple #A493BF

Tints of Cold Purple #A493BF

Color information

#A493BF (or 0xA493BF) is unknown color: approx Cold Purple. HEX triplet: A4, 93 and BF. RGB value is (164,147,191). Sum of RGB (Red+Green+Blue) = 164+147+191=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #A493BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493BF is #5B6C40. Grayscale: #9C9C9C. Windows color (decimal): -5991489 or 12555172. OLE color: 12555172.

HSL color Cylindrical-coordinate representation of color #A493BF: hue angle of 263.18º 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 #A493BF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164147191-
CMYK0.140.2300.25
HSL263.18º25.58%66.27%-
HSV(B)263.18º23.04%74.9%-
XYZ35.1532.5253.72-
YUV157.1147.13132.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 191 (75% from 255) = 38.05%
R=32.67%
G=29.28%
B=38.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641471910.140.2300.25263.1825.5866.27
HexA493BFE170191071a42
Octal244223277162703140732102
Binary101001001001001110111111111010111011001100000111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493BF; }

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

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

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

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

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

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

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

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