#A494BE

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

Shades of Cold Purple #A494BE

Tints of Cold Purple #A494BE

Color information

#A494BE (or 0xA494BE) is unknown color: approx Cold Purple. HEX triplet: A4, 94 and BE. RGB value is (164,148,190). Sum of RGB (Red+Green+Blue) = 164+148+190=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A494BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494BE is #5B6B41. Grayscale: #9D9D9D. Windows color (decimal): -5991234 or 12489892. OLE color: 12489892.

HSL color Cylindrical-coordinate representation of color #A494BE: hue angle of 262.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A494BE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164148190-
CMYK0.140.2200.25
HSL262.86º24.42%66.27%-
HSV(B)262.86º22.11%74.51%-
XYZ35.1932.7953.19-
YUV157.57146.3132.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=32.67%
G=29.48%
B=37.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641481900.140.2200.25262.8624.4266.27
HexA494BEE160191071842
Octal244224276162603140730102
Binary101001001001010010111110111010110011001100000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494BE; }

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

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

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

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

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

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

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

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