Shades of Biloba Flower #A591DD
Tints of Biloba Flower #A591DD
RGB
CMYK
RGB Variations
Color information
#A591DD (or 0xA591DD) is known color: Biloba Flower. HEX triplet: A5, 91 and DD. RGB value is (165,145,221). Sum of RGB (Red+Green+Blue) = 165+145+221=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A591DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591DD is #5A6E22. Grayscale: #9F9F9F. Windows color (decimal): -5926435 or 14520741. OLE color: 14520741.
HSL color Cylindrical-coordinate representation of color #A591DD: hue angle of 255.79º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A591DD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 145 | 221 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.13 |
| HSL | 255.79º | 0.53% | 0.72% | - |
| HSV(B) | 255.79º | 0.34% | 0.87% | - |
| XYZ | 38.69 | 33.47 | 72.83 | - |
| YUV | 159.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 221 | 0.25 | 0.34 | 0 | 0.13 | 255.79 | 0.53 | 0.72 |
| Hex | A5 | 91 | DD | 19 | 22 | 0 | D | 100 | 35 | 48 |
| Octal | 245 | 221 | 335 | 31 | 42 | 0 | 15 | 400 | 65 | 110 |
| Binary | 10100101 | 10010001 | 11011101 | 11001 | 100010 | 0 | 1101 | 100000000 | 110101 | 1001000 |
Color Harmonies of #A591DD
Complementary color
Monochromatic Colors of #A591DD
Black with #A591DD
Text Example
Text Example
White with #A591DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A591DD; }
p { color: rgb(165,145,221); }
H1.HeaderClassName
{
color: #A591DD;
}
.AnyTagClassName
{
color: #A591DD;
}
</style>
background-color css
<style>
a { background-color: #A591DD; }
a { background-color: rgb(165,145,221); }
div.DivClassName
{
background-color: #A591DD;
}
.BgClassName
{
background-color: #A591DD;
}
</style>
border-color css
<style>
span { border-color: #A591DD; }
span { border-color: rgb(165,145,221); }
td.TdClassName
{
border-color: #A591DD;
}
.TagClassName
{
border-color: #A591DD;
}
</style>