#A390D9

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

Shades of Biloba Flower #A390D9

Tints of Biloba Flower #A390D9

Color information

#A390D9 (or 0xA390D9) is unknown color: approx Biloba Flower. HEX triplet: A3, 90 and D9. RGB value is (163,144,217). Sum of RGB (Red+Green+Blue) = 163+144+217=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #A390D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390D9 is #5C6F26. Grayscale: #9D9D9D. Windows color (decimal): -6057767 or 14258339. OLE color: 14258339.

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

Color convert

RGB163144217-
CMYK0.250.3400.15
HSL255.62º48.99%70.78%-
HSV(B)255.62º33.64%85.1%-
XYZ37.632.7469.98-
YUV158161.29131.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=31.11%
G=27.48%
B=41.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631442170.250.3400.15255.6248.9970.78
HexA390D919220F1003147
Octal243220331314201740061107
Binary10100011100100001101100111001100010011111000000001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390D9; }

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

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

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

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

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

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

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

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