#A590DB

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

Shades of Biloba Flower #A590DB

Tints of Biloba Flower #A590DB

Color information

#A590DB (or 0xA590DB) is unknown color: approx Biloba Flower. HEX triplet: A5, 90 and DB. RGB value is (165,144,219). Sum of RGB (Red+Green+Blue) = 165+144+219=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A590DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590DB is #5A6F24. Grayscale: #9E9E9E. Windows color (decimal): -5926693 or 14389413. OLE color: 14389413.

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

Color convert

RGB165144219-
CMYK0.250.3400.14
HSL256.8º51.02%71.18%-
HSV(B)256.8º34.25%85.88%-
XYZ38.2833.0671.38-
YUV158.83161.96132.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=31.25%
G=27.27%
B=41.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651442190.250.3400.14256.851.0271.18
HexA590DB19220E1013347
Octal245220333314201640163107
Binary10100101100100001101101111001100010011101000000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590DB; }

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

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

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

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

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

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

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

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