#A494DE

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

Shades of Biloba Flower #A494DE

Tints of Biloba Flower #A494DE

Color information

#A494DE (or 0xA494DE) is unknown color: approx Biloba Flower. HEX triplet: A4, 94 and DE. RGB value is (164,148,222). Sum of RGB (Red+Green+Blue) = 164+148+222=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #A494DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494DE is #5B6B21. Grayscale: #A0A0A0. Windows color (decimal): -5991202 or 14587044. OLE color: 14587044.

HSL color Cylindrical-coordinate representation of color #A494DE: hue angle of 252.97º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A494DE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164148222-
CMYK0.260.3300.13
HSL252.97º52.86%72.55%-
HSV(B)252.97º33.33%87.06%-
XYZ39.0834.3573.68-
YUV161.22162.3129.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=30.71%
G=27.72%
B=41.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641482220.260.3300.13252.9752.8672.55
HexA494DE1A210Dfd3549
Octal244224336324101537565111
Binary1010010010010100110111101101010000101101111111011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A494DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A494DE; }

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

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

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

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

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

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

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

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