#A494C5

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

Shades of Cold Purple #A494C5

Tints of Cold Purple #A494C5

Color information

#A494C5 (or 0xA494C5) is unknown color: approx Cold Purple. HEX triplet: A4, 94 and C5. RGB value is (164,148,197). Sum of RGB (Red+Green+Blue) = 164+148+197=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #A494C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494C5 is #5B6B3A. Grayscale: #9E9E9E. Windows color (decimal): -5991227 or 12948644. OLE color: 12948644.

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

Color convert

RGB164148197-
CMYK0.170.2500.23
HSL259.59º29.7%67.65%-
HSV(B)259.59º24.87%77.25%-
XYZ35.9833.157.32-
YUV158.37149.8132.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 197 (77.34% from 255) = 38.70%
R=32.22%
G=29.08%
B=38.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641481970.170.2500.23259.5929.767.65
HexA494C511190171041e44
Octal244224305213102740436104
Binary1010010010010100110001011000111001010111100000100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494C5; }

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

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

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

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

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

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

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

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