#A490BE

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

Shades of Cold Purple #A490BE

Tints of Cold Purple #A490BE

Color information

#A490BE (or 0xA490BE) is unknown color: approx Cold Purple. HEX triplet: A4, 90 and BE. RGB value is (164,144,190). Sum of RGB (Red+Green+Blue) = 164+144+190=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A490BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490BE is #5B6F41. Grayscale: #9B9B9B. Windows color (decimal): -5992258 or 12488868. OLE color: 12488868.

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

Color convert

RGB164144190-
CMYK0.140.2400.25
HSL266.09º26.14%65.49%-
HSV(B)266.09º24.21%74.51%-
XYZ34.5831.5652.98-
YUV155.22147.63134.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=32.93%
G=28.92%
B=38.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641441900.140.2400.25266.0926.1465.49
HexA490BEE1801910a1a41
Octal244220276163003141232101
Binary101001001001000010111110111011000011001100001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A490BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A490BE; }

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

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

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

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

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

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

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

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