#A494D9

Color #A494D9 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A494D9

Tints of Biloba Flower #A494D9

Color information

#A494D9 (or 0xA494D9) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and D9. RGB value is (164,148,217). Sum of RGB (Red+Green+Blue) = 164+148+217=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #A494D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494D9 is #5B6B26. Grayscale: #A0A0A0. Windows color (decimal): -5991207 or 14259364. OLE color: 14259364.

HSL color Cylindrical-coordinate representation of color #A494D9: hue angle of 253.91º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A494D9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164148217-
CMYK0.240.3200.15
HSL253.91º47.59%71.57%-
HSV(B)253.91º31.8%85.1%-
XYZ38.4234.0870.2-
YUV160.65159.8130.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=31.00%
G=27.98%
B=41.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641482170.240.3200.15253.9147.5971.57
HexA494D918200Ffe3048
Octal244224331304001737660110
Binary1010010010010100110110011100010000001111111111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494D9; }

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

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

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

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

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

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

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

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