Shades of Biloba Flower #A590DD
Tints of Biloba Flower #A590DD
RGB
CMYK
RGB Variations
Color information
#A590DD (or 0xA590DD) is known color: Biloba Flower. HEX triplet: A5, 90 and DD. RGB value is (165,144,221). Sum of RGB (Red+Green+Blue) = 165+144+221=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A590DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590DD is #5A6F22. Grayscale: #9E9E9E. Windows color (decimal): -5926691 or 14520485. OLE color: 14520485.
HSL color Cylindrical-coordinate representation of color #A590DD: hue angle of 256.36º degrees, saturation: 0.53, 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 #A590DD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 144 | 221 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.13 |
| HSL | 256.36º | 0.53% | 0.72% | - |
| HSV(B) | 256.36º | 0.35% | 0.87% | - |
| XYZ | 38.54 | 33.17 | 72.78 | - |
| YUV | 159.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 221 | 0.25 | 0.35 | 0 | 0.13 | 256.36 | 0.53 | 0.72 |
| Hex | A5 | 90 | DD | 19 | 23 | 0 | D | 100 | 35 | 48 |
| Octal | 245 | 220 | 335 | 31 | 43 | 0 | 15 | 400 | 65 | 110 |
| Binary | 10100101 | 10010000 | 11011101 | 11001 | 100011 | 0 | 1101 | 100000000 | 110101 | 1001000 |
Color Harmonies of #A590DD
Complementary color
Monochromatic Colors of #A590DD
Black with #A590DD
Text Example
Text Example
White with #A590DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A590DD; }
p { color: rgb(165,144,221); }
H1.HeaderClassName
{
color: #A590DD;
}
.AnyTagClassName
{
color: #A590DD;
}
</style>
background-color css
<style>
a { background-color: #A590DD; }
a { background-color: rgb(165,144,221); }
div.DivClassName
{
background-color: #A590DD;
}
.BgClassName
{
background-color: #A590DD;
}
</style>
border-color css
<style>
span { border-color: #A590DD; }
span { border-color: rgb(165,144,221); }
td.TdClassName
{
border-color: #A590DD;
}
.TagClassName
{
border-color: #A590DD;
}
</style>