#A593BE

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

Shades of Cold Purple #A593BE

Tints of Cold Purple #A593BE

Color information

#A593BE (or 0xA593BE) is unknown color: approx Cold Purple. HEX triplet: A5, 93 and BE. RGB value is (165,147,190). Sum of RGB (Red+Green+Blue) = 165+147+190=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A593BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BE is #5A6C41. Grayscale: #9D9D9D. Windows color (decimal): -5925954 or 12489637. OLE color: 12489637.

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

Color convert

RGB165147190-
CMYK0.130.2300.25
HSL265.12º24.86%66.08%-
HSV(B)265.12º22.63%74.51%-
XYZ35.2532.5853.15-
YUV157.28146.46133.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=32.87%
G=29.28%
B=37.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651471900.130.2300.25265.1224.8666.08
HexA593BED170191091942
Octal245223276152703141131102
Binary101001011001001110111110110110111011001100001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593BE; }

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

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

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

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

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

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

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

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