#A394D9

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

Shades of Biloba Flower #A394D9

Tints of Biloba Flower #A394D9

Color information

#A394D9 (or 0xA394D9) is unknown color: approx Biloba Flower. HEX triplet: A3, 94 and D9. RGB value is (163,148,217). Sum of RGB (Red+Green+Blue) = 163+148+217=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #A394D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394D9 is #5C6B26. Grayscale: #A0A0A0. Windows color (decimal): -6056743 or 14259363. OLE color: 14259363.

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

Color convert

RGB163148217-
CMYK0.250.3200.15
HSL253.04º47.59%71.57%-
HSV(B)253.04º31.8%85.1%-
XYZ38.2233.9870.19-
YUV160.35159.97129.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=30.87%
G=28.03%
B=41.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631482170.250.3200.15253.0447.5971.57
HexA394D919200Ffd3048
Octal243224331314001737560110
Binary1010001110010100110110011100110000001111111111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A394D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A394D9; }

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

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

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

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

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

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

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

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