#A290C5

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

Shades of Cold Purple #A290C5

Tints of Cold Purple #A290C5

Color information

#A290C5 (or 0xA290C5) is unknown color: approx Cold Purple. HEX triplet: A2, 90 and C5. RGB value is (162,144,197). Sum of RGB (Red+Green+Blue) = 162+144+197=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #A290C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290C5 is #5D6F3A. Grayscale: #9B9B9B. Windows color (decimal): -6123323 or 12947618. OLE color: 12947618.

HSL color Cylindrical-coordinate representation of color #A290C5: hue angle of 260.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A290C5 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162144197-
CMYK0.180.2700.23
HSL260.38º31.36%66.86%-
HSV(B)260.38º26.9%77.25%-
XYZ34.9531.6657.09-
YUV155.42151.46132.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=32.21%
G=28.63%
B=39.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621441970.180.2700.23260.3831.3666.86
HexA290C5121B0171041f43
Octal242220305223302740437103
Binary1010001010010000110001011001011011010111100000100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290C5; }

 p { color: rgb(162,144,197); }

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

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

 a { background-color: rgb(162,144,197); }

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

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

 span { border-color: rgb(162,144,197); }

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