Shades of Biloba Flower #A584DA
Tints of Biloba Flower #A584DA
RGB
CMYK
RGB Variations
Color information
#A584DA (or 0xA584DA) is known color: Biloba Flower. HEX triplet: A5, 84 and DA. RGB value is (165,132,218). Sum of RGB (Red+Green+Blue) = 165+132+218=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #A584DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584DA is #5A7B25. Grayscale: #979797. Windows color (decimal): -5929766 or 14320805. OLE color: 14320805.
HSL color Cylindrical-coordinate representation of color #A584DA: hue angle of 263.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A584DA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 132 | 218 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.15 |
| HSL | 263.02º | 0.54% | 0.69% | - |
| HSV(B) | 263.02º | 0.39% | 0.85% | - |
| XYZ | 36.42 | 29.56 | 70.12 | - |
| YUV | 151.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 218 | 0.24 | 0.39 | 0 | 0.15 | 263.02 | 0.54 | 0.69 |
| Hex | A5 | 84 | DA | 18 | 27 | 0 | F | 107 | 36 | 45 |
| Octal | 245 | 204 | 332 | 30 | 47 | 0 | 17 | 407 | 66 | 105 |
| Binary | 10100101 | 10000100 | 11011010 | 11000 | 100111 | 0 | 1111 | 100000111 | 110110 | 1000101 |
Color Harmonies of #A584DA
Complementary color
Monochromatic Colors of #A584DA
Black with #A584DA
Text Example
Text Example
White with #A584DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584DA; }
p { color: rgb(165,132,218); }
H1.HeaderClassName
{
color: #A584DA;
}
.AnyTagClassName
{
color: #A584DA;
}
</style>
background-color css
<style>
a { background-color: #A584DA; }
a { background-color: rgb(165,132,218); }
div.DivClassName
{
background-color: #A584DA;
}
.BgClassName
{
background-color: #A584DA;
}
</style>
border-color css
<style>
span { border-color: #A584DA; }
span { border-color: rgb(165,132,218); }
td.TdClassName
{
border-color: #A584DA;
}
.TagClassName
{
border-color: #A584DA;
}
</style>