#A390DC

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

Shades of Biloba Flower #A390DC

Tints of Biloba Flower #A390DC

Color information

#A390DC (or 0xA390DC) is unknown color: approx Biloba Flower. HEX triplet: A3, 90 and DC. RGB value is (163,144,220). Sum of RGB (Red+Green+Blue) = 163+144+220=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A390DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390DC is #5C6F23. Grayscale: #9E9E9E. Windows color (decimal): -6057764 or 14454947. OLE color: 14454947.

HSL color Cylindrical-coordinate representation of color #A390DC: hue angle of 255º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A390DC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163144220-
CMYK0.260.3500.14
HSL255º52.05%71.37%-
HSV(B)255º34.55%86.27%-
XYZ3832.972.06-
YUV158.34162.79131.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=30.93%
G=27.32%
B=41.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631442200.260.3500.1425552.0571.37
HexA390DC1A230Eff3447
Octal243220334324301637764107
Binary1010001110010000110111001101010001101110111111111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390DC; }

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

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

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

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

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

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

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

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