Shades of Biloba Flower #A593D9
Tints of Biloba Flower #A593D9
RGB
CMYK
RGB Variations
Color information
#A593D9 (or 0xA593D9) is known color: Biloba Flower. HEX triplet: A5, 93 and D9. RGB value is (165,147,217). Sum of RGB (Red+Green+Blue) = 165+147+217=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #A593D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593D9 is #5A6C26. Grayscale: #A0A0A0. Windows color (decimal): -5925927 or 14259109. OLE color: 14259109.
HSL color Cylindrical-coordinate representation of color #A593D9: hue angle of 255.43º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A593D9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 147 | 217 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.15 |
| HSL | 255.43º | 0.48% | 0.71% | - |
| HSV(B) | 255.43º | 0.32% | 0.85% | - |
| XYZ | 38.48 | 33.88 | 70.16 | - |
| YUV | 160.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 217 | 0.24 | 0.32 | 0 | 0.15 | 255.43 | 0.48 | 0.71 |
| Hex | A5 | 93 | D9 | 18 | 20 | 0 | F | FF | 30 | 47 |
| Octal | 245 | 223 | 331 | 30 | 40 | 0 | 17 | 377 | 60 | 107 |
| Binary | 10100101 | 10010011 | 11011001 | 11000 | 100000 | 0 | 1111 | 11111111 | 110000 | 1000111 |
Color Harmonies of #A593D9
Complementary color
Monochromatic Colors of #A593D9
Black with #A593D9
Text Example
Text Example
White with #A593D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593D9; }
p { color: rgb(165,147,217); }
H1.HeaderClassName
{
color: #A593D9;
}
.AnyTagClassName
{
color: #A593D9;
}
</style>
background-color css
<style>
a { background-color: #A593D9; }
a { background-color: rgb(165,147,217); }
div.DivClassName
{
background-color: #A593D9;
}
.BgClassName
{
background-color: #A593D9;
}
</style>
border-color css
<style>
span { border-color: #A593D9; }
span { border-color: rgb(165,147,217); }
td.TdClassName
{
border-color: #A593D9;
}
.TagClassName
{
border-color: #A593D9;
}
</style>