#A590BD

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

Shades of Cold Purple #A590BD

Tints of Cold Purple #A590BD

Color information

#A590BD (or 0xA590BD) is unknown color: approx Cold Purple. HEX triplet: A5, 90 and BD. RGB value is (165,144,189). Sum of RGB (Red+Green+Blue) = 165+144+189=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #A590BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590BD is #5A6F42. Grayscale: #9B9B9B. Windows color (decimal): -5926723 or 12423333. OLE color: 12423333.

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

Color convert

RGB165144189-
CMYK0.130.2400.26
HSL268º25.42%65.29%-
HSV(B)268º23.81%74.12%-
XYZ34.6831.6252.42-
YUV155.41146.96134.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=33.13%
G=28.92%
B=37.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651441890.130.2400.2626825.4265.29
HexA590BDD1801A10c1941
Octal245220275153003241431101
Binary101001011001000010111101110111000011010100001100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590BD; }

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

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

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

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

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

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

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

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