#A494C7

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

Shades of Cold Purple #A494C7

Tints of Cold Purple #A494C7

Color information

#A494C7 (or 0xA494C7) is unknown color: approx Cold Purple. HEX triplet: A4, 94 and C7. RGB value is (164,148,199). Sum of RGB (Red+Green+Blue) = 164+148+199=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 199 - color contains mainly: blue. Hex color #A494C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494C7 is #5B6B38. Grayscale: #9E9E9E. Windows color (decimal): -5991225 or 13079716. OLE color: 13079716.

HSL color Cylindrical-coordinate representation of color #A494C7: hue angle of 258.82º 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 #A494C7 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB164148199-
CMYK0.180.2600.22
HSL258.82º31.29%68.04%-
HSV(B)258.82º25.63%78.04%-
XYZ36.2133.258.53-
YUV158.6150.8131.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 199 (78.12% from 255) = 38.94%
R=32.09%
G=28.96%
B=38.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641481990.180.2600.22258.8231.2968.04
HexA494C7121A0161031f44
Octal244224307223202640337104
Binary1010010010010100110001111001011010010110100000011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494C7; }

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

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

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

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

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

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

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

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