#A590C3

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

Shades of Cold Purple #A590C3

Tints of Cold Purple #A590C3

Color information

#A590C3 (or 0xA590C3) is unknown color: approx Cold Purple. HEX triplet: A5, 90 and C3. RGB value is (165,144,195). Sum of RGB (Red+Green+Blue) = 165+144+195=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #A590C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590C3 is #5A6F3C. Grayscale: #9B9B9B. Windows color (decimal): -5926717 or 12816549. OLE color: 12816549.

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

Color convert

RGB165144195-
CMYK0.150.2600.24
HSL264.71º29.82%66.47%-
HSV(B)264.71º26.15%76.47%-
XYZ35.3431.8955.92-
YUV156.09149.96134.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=32.74%
G=28.57%
B=38.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651441950.150.2600.24264.7129.8266.47
HexA590C3F1A0181091e42
Octal245220303173203041136102
Binary101001011001000011000011111111010011000100001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590C3; }

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

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

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

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

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

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

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

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