#A590DE

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

Shades of Biloba Flower #A590DE

Tints of Biloba Flower #A590DE

Color information

#A590DE (or 0xA590DE) is unknown color: approx Biloba Flower. HEX triplet: A5, 90 and DE. RGB value is (165,144,222). Sum of RGB (Red+Green+Blue) = 165+144+222=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #A590DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590DE is #5A6F21. Grayscale: #9E9E9E. Windows color (decimal): -5926690 or 14586021. OLE color: 14586021.

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

Color convert

RGB165144222-
CMYK0.260.3500.13
HSL256.15º54.17%71.76%-
HSV(B)256.15º35.14%87.06%-
XYZ38.6833.2273.48-
YUV159.17163.46132.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=31.07%
G=27.12%
B=41.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651442220.260.3500.13256.1554.1771.76
HexA590DE1A230D1003648
Octal245220336324301540066110
Binary10100101100100001101111011010100011011011000000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590DE; }

 p { color: rgb(165,144,222); }

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

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

 a { background-color: rgb(165,144,222); }

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

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

 span { border-color: rgb(165,144,222); }

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