#A594BA

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

Shades of Cold Purple #A594BA

Tints of Cold Purple #A594BA

Color information

#A594BA (or 0xA594BA) is unknown color: approx Cold Purple. HEX triplet: A5, 94 and BA. RGB value is (165,148,186). Sum of RGB (Red+Green+Blue) = 165+148+186=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #A594BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BA is #5A6B45. Grayscale: #9D9D9D. Windows color (decimal): -5925702 or 12227749. OLE color: 12227749.

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

Color convert

RGB165148186-
CMYK0.110.2000.27
HSL266.84º21.59%65.49%-
HSV(B)266.84º20.43%72.94%-
XYZ34.9732.7250.93-
YUV157.42144.13133.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=33.07%
G=29.66%
B=37.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651481860.110.2000.27266.8421.5965.49
HexA594BAB1401B10b1641
Octal245224272132403341326101
Binary101001011001010010111010101110100011011100001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594BA; }

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

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

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

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

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

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

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

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