Shades of Biloba Flower #A593F0
Tints of Biloba Flower #A593F0
RGB
CMYK
RGB Variations
Color information
#A593F0 (or 0xA593F0) is known color: Biloba Flower. HEX triplet: A5, 93 and F0. RGB value is (165,147,240). Sum of RGB (Red+Green+Blue) = 165+147+240=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #A593F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A593F0 is #5A6C0F. Grayscale: #A2A2A2. Windows color (decimal): -5925904 or 15766437. OLE color: 15766437.
HSL color Cylindrical-coordinate representation of color #A593F0: hue angle of 251.61º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A593F0 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 147 | 240 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.06 |
| HSL | 251.61º | 0.76% | 0.76% | - |
| HSV(B) | 251.61º | 0.39% | 0.94% | - |
| XYZ | 41.68 | 35.16 | 87.03 | - |
| YUV | 162.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 240 | 0.31 | 0.39 | 0 | 0.06 | 251.61 | 0.76 | 0.76 |
| Hex | A5 | 93 | F0 | 1F | 27 | 0 | 6 | FC | 4C | 4C |
| Octal | 245 | 223 | 360 | 37 | 47 | 0 | 6 | 374 | 114 | 114 |
| Binary | 10100101 | 10010011 | 11110000 | 11111 | 100111 | 0 | 110 | 11111100 | 1001100 | 1001100 |
Color Harmonies of #A593F0
Complementary color
Monochromatic Colors of #A593F0
Black with #A593F0
Text Example
Text Example
White with #A593F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593F0; }
p { color: rgb(165,147,240); }
H1.HeaderClassName
{
color: #A593F0;
}
.AnyTagClassName
{
color: #A593F0;
}
</style>
background-color css
<style>
a { background-color: #A593F0; }
a { background-color: rgb(165,147,240); }
div.DivClassName
{
background-color: #A593F0;
}
.BgClassName
{
background-color: #A593F0;
}
</style>
border-color css
<style>
span { border-color: #A593F0; }
span { border-color: rgb(165,147,240); }
td.TdClassName
{
border-color: #A593F0;
}
.TagClassName
{
border-color: #A593F0;
}
</style>