#A394DF

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

Shades of Biloba Flower #A394DF

Tints of Biloba Flower #A394DF

Color information

#A394DF (or 0xA394DF) is unknown color: approx Biloba Flower. HEX triplet: A3, 94 and DF. RGB value is (163,148,223). Sum of RGB (Red+Green+Blue) = 163+148+223=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A394DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DF is #5C6B20. Grayscale: #A0A0A0. Windows color (decimal): -6056737 or 14652579. OLE color: 14652579.

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

Color convert

RGB163148223-
CMYK0.270.3400.13
HSL252º53.96%72.75%-
HSV(B)252º33.63%87.45%-
XYZ39.0134.2974.38-
YUV161.04162.97129.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.52%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 223 (87.5% from 255) = 41.76%
R=30.52%
G=27.72%
B=41.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631482230.270.3400.1325253.9672.75
HexA394DF1B220Dfc3649
Octal243224337334201537466111
Binary1010001110010100110111111101110001001101111111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394DF; }

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

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

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

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

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

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

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

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