#A294C7

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

Shades of Cold Purple #A294C7

Tints of Cold Purple #A294C7

Color information

#A294C7 (or 0xA294C7) is unknown color: approx Cold Purple. HEX triplet: A2, 94 and C7. RGB value is (162,148,199). Sum of RGB (Red+Green+Blue) = 162+148+199=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 199 - color contains mainly: blue. Hex color #A294C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294C7 is #5D6B38. Grayscale: #9D9D9D. Windows color (decimal): -6122297 or 13079714. OLE color: 13079714.

HSL color Cylindrical-coordinate representation of color #A294C7: hue angle of 256.47º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A294C7 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162148199-
CMYK0.190.2600.22
HSL256.47º31.29%68.04%-
HSV(B)256.47º25.63%78.04%-
XYZ35.832.9858.51-
YUV158151.14130.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 199 (78.12% from 255) = 39.10%
R=31.83%
G=29.08%
B=39.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621481990.190.2600.22256.4731.2968.04
HexA294C7131A0161001f44
Octal242224307233202640037104
Binary1010001010010100110001111001111010010110100000000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294C7; }

 p { color: rgb(162,148,199); }

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

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

 a { background-color: rgb(162,148,199); }

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

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

 span { border-color: rgb(162,148,199); }

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