#A494D6

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

Shades of Biloba Flower #A494D6

Tints of Biloba Flower #A494D6

Color information

#A494D6 (or 0xA494D6) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and D6. RGB value is (164,148,214). Sum of RGB (Red+Green+Blue) = 164+148+214=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #A494D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494D6 is #5B6B29. Grayscale: #A0A0A0. Windows color (decimal): -5991210 or 14062756. OLE color: 14062756.

HSL color Cylindrical-coordinate representation of color #A494D6: hue angle of 254.55º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A494D6 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164148214-
CMYK0.230.3100.16
HSL254.55º44.59%70.98%-
HSV(B)254.55º30.84%83.92%-
XYZ38.0433.9368.16-
YUV160.31158.3130.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=31.18%
G=28.14%
B=40.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641482140.230.3100.16254.5544.5970.98
HexA494D6171F010ff2d47
Octal244224326273702037755107
Binary1010010010010100110101101011111111010000111111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494D6; }

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

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

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

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

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

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

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

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