#A494DB

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

Shades of Biloba Flower #A494DB

Tints of Biloba Flower #A494DB

Color information

#A494DB (or 0xA494DB) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and DB. RGB value is (164,148,219). Sum of RGB (Red+Green+Blue) = 164+148+219=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A494DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494DB is #5B6B24. Grayscale: #A0A0A0. Windows color (decimal): -5991205 or 14390436. OLE color: 14390436.

HSL color Cylindrical-coordinate representation of color #A494DB: hue angle of 253.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A494DB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164148219-
CMYK0.250.3200.14
HSL253.52º49.65%71.96%-
HSV(B)253.52º32.42%85.88%-
XYZ38.6934.1971.58-
YUV160.88160.8130.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=30.89%
G=27.87%
B=41.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641482190.250.3200.14253.5249.6571.96
HexA494DB19200Efe3248
Octal244224333314001637662110
Binary1010010010010100110110111100110000001110111111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494DB; }

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

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

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

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

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

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

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

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