#A290C2

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

Shades of Cold Purple #A290C2

Tints of Cold Purple #A290C2

Color information

#A290C2 (or 0xA290C2) is unknown color: approx Cold Purple. HEX triplet: A2, 90 and C2. RGB value is (162,144,194). Sum of RGB (Red+Green+Blue) = 162+144+194=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #A290C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290C2 is #5D6F3D. Grayscale: #9A9A9A. Windows color (decimal): -6123326 or 12751010. OLE color: 12751010.

HSL color Cylindrical-coordinate representation of color #A290C2: hue angle of 261.6º degrees, saturation: 0.29, 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 #A290C2 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162144194-
CMYK0.160.2600.24
HSL261.6º29.07%66.27%-
HSV(B)261.6º25.77%76.08%-
XYZ34.6131.5255.3-
YUV155.08149.96132.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=32.4%
G=28.8%
B=38.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621441940.160.2600.24261.629.0766.27
HexA290C2101A0181061d42
Octal242220302203203040635102
Binary1010001010010000110000101000011010011000100000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290C2; }

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

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

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

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

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

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

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

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