#A291C4

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

Shades of Cold Purple #A291C4

Tints of Cold Purple #A291C4

Color information

#A291C4 (or 0xA291C4) is unknown color: approx Cold Purple. HEX triplet: A2, 91 and C4. RGB value is (162,145,196). Sum of RGB (Red+Green+Blue) = 162+145+196=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #A291C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291C4 is #5D6E3B. Grayscale: #9B9B9B. Windows color (decimal): -6123068 or 12882338. OLE color: 12882338.

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

Color convert

RGB162145196-
CMYK0.170.2600.23
HSL260º30.18%66.86%-
HSV(B)260º26.02%76.86%-
XYZ34.9931.9256.54-
YUV155.9150.63132.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=32.21%
G=28.83%
B=38.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621451960.170.2600.2326030.1866.86
HexA291C4111A0171041e43
Octal242221304213202740436103
Binary1010001010010001110001001000111010010111100000100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291C4; }

 p { color: rgb(162,145,196); }

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

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

 a { background-color: rgb(162,145,196); }

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

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

 span { border-color: rgb(162,145,196); }

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