#A594BD

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

Shades of Cold Purple #A594BD

Tints of Cold Purple #A594BD

Color information

#A594BD (or 0xA594BD) is unknown color: approx Cold Purple. HEX triplet: A5, 94 and BD. RGB value is (165,148,189). Sum of RGB (Red+Green+Blue) = 165+148+189=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A594BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BD is #5A6B42. Grayscale: #9D9D9D. Windows color (decimal): -5925699 or 12424357. OLE color: 12424357.

HSL color Cylindrical-coordinate representation of color #A594BD: hue angle of 264.88º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A594BD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165148189-
CMYK0.130.2200.26
HSL264.88º23.7%66.08%-
HSV(B)264.88º21.69%74.12%-
XYZ35.2932.8552.63-
YUV157.76145.63133.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=32.87%
G=29.48%
B=37.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651481890.130.2200.26264.8823.766.08
HexA594BDD1601A1091842
Octal245224275152603241130102
Binary101001011001010010111101110110110011010100001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594BD; }

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

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

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

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

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

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

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

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