#A490C9

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

Shades of Cold Purple #A490C9

Tints of Cold Purple #A490C9

Color information

#A490C9 (or 0xA490C9) is unknown color: approx Cold Purple. HEX triplet: A4, 90 and C9. RGB value is (164,144,201). Sum of RGB (Red+Green+Blue) = 164+144+201=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #A490C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490C9 is #5B6F36. Grayscale: #9C9C9C. Windows color (decimal): -5992247 or 13209764. OLE color: 13209764.

HSL color Cylindrical-coordinate representation of color #A490C9: hue angle of 261.05º 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 #A490C9 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164144201-
CMYK0.180.2800.21
HSL261.05º34.55%67.65%-
HSV(B)261.05º28.36%78.82%-
XYZ35.8332.0659.56-
YUV156.48153.13133.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=32.22%
G=28.29%
B=39.49%

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
Decimal1641442010.180.2800.21261.0534.5567.65
HexA490C9121C0151052344
Octal244220311223402540543104
Binary10100100100100001100100110010111000101011000001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490C9; }

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

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

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

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

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

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

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

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