#A593BA

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

Shades of Cold Purple #A593BA

Tints of Cold Purple #A593BA

Color information

#A593BA (or 0xA593BA) is unknown color: approx Cold Purple. HEX triplet: A5, 93 and BA. RGB value is (165,147,186). Sum of RGB (Red+Green+Blue) = 165+147+186=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #A593BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BA is #5A6C45. Grayscale: #9C9C9C. Windows color (decimal): -5925958 or 12227493. OLE color: 12227493.

HSL color Cylindrical-coordinate representation of color #A593BA: hue angle of 267.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A593BA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165147186-
CMYK0.110.2100.27
HSL267.69º22.03%65.29%-
HSV(B)267.69º20.97%72.94%-
XYZ34.8132.4150.88-
YUV156.83144.46133.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=33.13%
G=29.52%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651471860.110.2100.27267.6922.0365.29
HexA593BAB1501B10c1641
Octal245223272132503341426101
Binary101001011001001110111010101110101011011100001100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593BA; }

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

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

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

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

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

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

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

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