#A593BB

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

Shades of Cold Purple #A593BB

Tints of Cold Purple #A593BB

Color information

#A593BB (or 0xA593BB) is unknown color: approx Cold Purple. HEX triplet: A5, 93 and BB. RGB value is (165,147,187). Sum of RGB (Red+Green+Blue) = 165+147+187=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #A593BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BB is #5A6C44. Grayscale: #9C9C9C. Windows color (decimal): -5925957 or 12293029. OLE color: 12293029.

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

Color convert

RGB165147187-
CMYK0.120.2100.27
HSL267º22.73%65.49%-
HSV(B)267º21.39%73.33%-
XYZ34.9232.4551.44-
YUV156.94144.96133.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=33.07%
G=29.46%
B=37.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651471870.120.2100.2726722.7365.49
HexA593BBC1501B10b1741
Octal245223273142503341327101
Binary101001011001001110111011110010101011011100001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593BB; }

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

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

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

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

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

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

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

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