#A494BF

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

Shades of Cold Purple #A494BF

Tints of Cold Purple #A494BF

Color information

#A494BF (or 0xA494BF) is unknown color: approx Cold Purple. HEX triplet: A4, 94 and BF. RGB value is (164,148,191). Sum of RGB (Red+Green+Blue) = 164+148+191=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #A494BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494BF is #5B6B40. Grayscale: #9D9D9D. Windows color (decimal): -5991233 or 12555428. OLE color: 12555428.

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

Color convert

RGB164148191-
CMYK0.140.2300.25
HSL262.33º25.15%66.47%-
HSV(B)262.33º22.51%74.9%-
XYZ35.332.8353.77-
YUV157.69146.8132.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 191 (75% from 255) = 37.97%
R=32.60%
G=29.42%
B=37.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641481910.140.2300.25262.3325.1566.47
HexA494BFE170191061942
Octal244224277162703140631102
Binary101001001001010010111111111010111011001100000110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494BF; }

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

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

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

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

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

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

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

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