#A391DF

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

Shades of Biloba Flower #A391DF

Tints of Biloba Flower #A391DF

Color information

#A391DF (or 0xA391DF) is unknown color: approx Biloba Flower. HEX triplet: A3, 91 and DF. RGB value is (163,145,223). Sum of RGB (Red+Green+Blue) = 163+145+223=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A391DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391DF is #5C6E20. Grayscale: #9E9E9E. Windows color (decimal): -6057505 or 14651811. OLE color: 14651811.

HSL color Cylindrical-coordinate representation of color #A391DF: hue angle of 253.85º 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 #A391DF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163145223-
CMYK0.270.3500.13
HSL253.85º54.93%72.16%-
HSV(B)253.85º34.98%87.45%-
XYZ38.5533.3774.22-
YUV159.27163.96130.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=30.70%
G=27.31%
B=42.00%

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
Decimal1631452230.270.3500.13253.8554.9372.16
HexA391DF1B230Dfe3748
Octal243221337334301537667110
Binary1010001110010001110111111101110001101101111111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391DF; }

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

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

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

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

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

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

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

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