#A390DF

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

Shades of Biloba Flower #A390DF

Tints of Biloba Flower #A390DF

Color information

#A390DF (or 0xA390DF) is unknown color: approx Biloba Flower. HEX triplet: A3, 90 and DF. RGB value is (163,144,223). Sum of RGB (Red+Green+Blue) = 163+144+223=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A390DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390DF is #5C6F20. Grayscale: #9E9E9E. Windows color (decimal): -6057761 or 14651555. OLE color: 14651555.

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

Color convert

RGB163144223-
CMYK0.270.3500.13
HSL254.43º55.24%71.96%-
HSV(B)254.43º35.43%87.45%-
XYZ38.433.0674.17-
YUV158.69164.29131.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=30.75%
G=27.17%
B=42.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631442230.270.3500.13254.4355.2471.96
HexA390DF1B230Dfe3748
Octal243220337334301537667110
Binary1010001110010000110111111101110001101101111111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390DF; }

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

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

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

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

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

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

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

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