#A593BF

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

Shades of Cold Purple #A593BF

Tints of Cold Purple #A593BF

Color information

#A593BF (or 0xA593BF) is unknown color: approx Cold Purple. HEX triplet: A5, 93 and BF. RGB value is (165,147,191). Sum of RGB (Red+Green+Blue) = 165+147+191=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #A593BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BF is #5A6C40. Grayscale: #9D9D9D. Windows color (decimal): -5925953 or 12555173. OLE color: 12555173.

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

Color convert

RGB165147191-
CMYK0.140.2300.25
HSL264.55º25.58%66.27%-
HSV(B)264.55º23.04%74.9%-
XYZ35.3532.6353.72-
YUV157.4146.96133.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 191 (75% from 255) = 37.97%
R=32.80%
G=29.22%
B=37.97%

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
Decimal1651471910.140.2300.25264.5525.5866.27
HexA593BFE170191091a42
Octal245223277162703141132102
Binary101001011001001110111111111010111011001100001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593BF; }

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

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

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

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

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

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

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

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