#A590C9

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

Shades of Cold Purple #A590C9

Tints of Cold Purple #A590C9

Color information

#A590C9 (or 0xA590C9) is unknown color: approx Cold Purple. HEX triplet: A5, 90 and C9. RGB value is (165,144,201). Sum of RGB (Red+Green+Blue) = 165+144+201=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #A590C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590C9 is #5A6F36. Grayscale: #9C9C9C. Windows color (decimal): -5926711 or 13209765. OLE color: 13209765.

HSL color Cylindrical-coordinate representation of color #A590C9: hue angle of 262.11º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A590C9 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165144201-
CMYK0.180.2800.21
HSL262.11º34.55%67.65%-
HSV(B)262.11º28.36%78.82%-
XYZ36.0332.1659.57-
YUV156.78152.96133.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 201 (78.91% from 255) = 39.41%
R=32.35%
G=28.24%
B=39.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651442010.180.2800.21262.1134.5567.65
HexA590C9121C0151062344
Octal245220311223402540643104
Binary10100101100100001100100110010111000101011000001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590C9; }

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

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

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

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

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

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

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

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