#A394DE

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

Shades of Biloba Flower #A394DE

Tints of Biloba Flower #A394DE

Color information

#A394DE (or 0xA394DE) is unknown color: approx Biloba Flower. HEX triplet: A3, 94 and DE. RGB value is (163,148,222). Sum of RGB (Red+Green+Blue) = 163+148+222=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A394DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DE is #5C6B21. Grayscale: #A0A0A0. Windows color (decimal): -6056738 or 14587043. OLE color: 14587043.

HSL color Cylindrical-coordinate representation of color #A394DE: hue angle of 252.16º 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 #A394DE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163148222-
CMYK0.270.3300.13
HSL252.16º52.86%72.55%-
HSV(B)252.16º33.33%87.06%-
XYZ38.8834.2473.67-
YUV160.92162.47129.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.58%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=30.58%
G=27.77%
B=41.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631482220.270.3300.13252.1652.8672.55
HexA394DE1B210Dfc3549
Octal243224336334101537465111
Binary1010001110010100110111101101110000101101111111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394DE; }

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

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

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

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

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

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

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

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