Shades of Biloba Flower #A593D0
Tints of Biloba Flower #A593D0
RGB
CMYK
RGB Variations
Color information
#A593D0 (or 0xA593D0) is known color: Biloba Flower. HEX triplet: A5, 93 and D0. RGB value is (165,147,208). Sum of RGB (Red+Green+Blue) = 165+147+208=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #A593D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593D0 is #5A6C2F. Grayscale: #9F9F9F. Windows color (decimal): -5925936 or 13669285. OLE color: 13669285.
HSL color Cylindrical-coordinate representation of color #A593D0: hue angle of 257.7º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A593D0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 147 | 208 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.18 |
| HSL | 257.7º | 0.39% | 0.7% | - |
| HSV(B) | 257.7º | 0.29% | 0.82% | - |
| XYZ | 37.34 | 33.42 | 64.16 | - |
| YUV | 159.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 208 | 0.21 | 0.29 | 0 | 0.18 | 257.7 | 0.39 | 0.7 |
| Hex | A5 | 93 | D0 | 15 | 1D | 0 | 12 | 102 | 27 | 46 |
| Octal | 245 | 223 | 320 | 25 | 35 | 0 | 22 | 402 | 47 | 106 |
| Binary | 10100101 | 10010011 | 11010000 | 10101 | 11101 | 0 | 10010 | 100000010 | 100111 | 1000110 |
Color Harmonies of #A593D0
Complementary color
Monochromatic Colors of #A593D0
Black with #A593D0
Text Example
Text Example
White with #A593D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593D0; }
p { color: rgb(165,147,208); }
H1.HeaderClassName
{
color: #A593D0;
}
.AnyTagClassName
{
color: #A593D0;
}
</style>
background-color css
<style>
a { background-color: #A593D0; }
a { background-color: rgb(165,147,208); }
div.DivClassName
{
background-color: #A593D0;
}
.BgClassName
{
background-color: #A593D0;
}
</style>
border-color css
<style>
span { border-color: #A593D0; }
span { border-color: rgb(165,147,208); }
td.TdClassName
{
border-color: #A593D0;
}
.TagClassName
{
border-color: #A593D0;
}
</style>