#A493BC

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

Shades of Cold Purple #A493BC

Tints of Cold Purple #A493BC

Color information

#A493BC (or 0xA493BC) is unknown color: approx Cold Purple. HEX triplet: A4, 93 and BC. RGB value is (164,147,188). Sum of RGB (Red+Green+Blue) = 164+147+188=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #A493BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493BC is #5B6C43. Grayscale: #9C9C9C. Windows color (decimal): -5991492 or 12358564. OLE color: 12358564.

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

Color convert

RGB164147188-
CMYK0.130.2200.26
HSL264.88º23.43%65.69%-
HSV(B)264.88º21.81%73.73%-
XYZ34.8232.3951.99-
YUV156.76145.63133.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=32.87%
G=29.46%
B=37.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641471880.130.2200.26264.8823.4365.69
HexA493BCD1601A1091742
Octal244223274152603241127102
Binary101001001001001110111100110110110011010100001001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493BC; }

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

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

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

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

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

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

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

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