Shades of Biloba Flower #A590DC
Tints of Biloba Flower #A590DC
RGB
CMYK
RGB Variations
Color information
#A590DC (or 0xA590DC) is known color: Biloba Flower. HEX triplet: A5, 90 and DC. RGB value is (165,144,220). Sum of RGB (Red+Green+Blue) = 165+144+220=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #A590DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590DC is #5A6F23. Grayscale: #9E9E9E. Windows color (decimal): -5926692 or 14454949. OLE color: 14454949.
HSL color Cylindrical-coordinate representation of color #A590DC: hue angle of 256.58º 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 #A590DC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 144 | 220 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.14 |
| HSL | 256.58º | 0.52% | 0.71% | - |
| HSV(B) | 256.58º | 0.35% | 0.86% | - |
| XYZ | 38.41 | 33.11 | 72.08 | - |
| YUV | 158.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 220 | 0.25 | 0.35 | 0 | 0.14 | 256.58 | 0.52 | 0.71 |
| Hex | A5 | 90 | DC | 19 | 23 | 0 | E | 101 | 34 | 47 |
| Octal | 245 | 220 | 334 | 31 | 43 | 0 | 16 | 401 | 64 | 107 |
| Binary | 10100101 | 10010000 | 11011100 | 11001 | 100011 | 0 | 1110 | 100000001 | 110100 | 1000111 |
Color Harmonies of #A590DC
Complementary color
Monochromatic Colors of #A590DC
Black with #A590DC
Text Example
Text Example
White with #A590DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A590DC; }
p { color: rgb(165,144,220); }
H1.HeaderClassName
{
color: #A590DC;
}
.AnyTagClassName
{
color: #A590DC;
}
</style>
background-color css
<style>
a { background-color: #A590DC; }
a { background-color: rgb(165,144,220); }
div.DivClassName
{
background-color: #A590DC;
}
.BgClassName
{
background-color: #A590DC;
}
</style>
border-color css
<style>
span { border-color: #A590DC; }
span { border-color: rgb(165,144,220); }
td.TdClassName
{
border-color: #A590DC;
}
.TagClassName
{
border-color: #A590DC;
}
</style>