Shades of Biloba Flower #A593CA
Tints of Biloba Flower #A593CA
RGB
CMYK
RGB Variations
Color information
#A593CA (or 0xA593CA) is known color: Biloba Flower. HEX triplet: A5, 93 and CA. RGB value is (165,147,202). Sum of RGB (Red+Green+Blue) = 165+147+202=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A593CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593CA is #5A6C35. Grayscale: #9E9E9E. Windows color (decimal): -5925942 or 13276069. OLE color: 13276069.
HSL color Cylindrical-coordinate representation of color #A593CA: hue angle of 259.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A593CA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 147 | 202 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.21 |
| HSL | 259.64º | 0.34% | 0.68% | - |
| HSV(B) | 259.64º | 0.27% | 0.79% | - |
| XYZ | 36.61 | 33.13 | 60.34 | - |
| YUV | 158.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 202 | 0.18 | 0.27 | 0 | 0.21 | 259.64 | 0.34 | 0.68 |
| Hex | A5 | 93 | CA | 12 | 1B | 0 | 15 | 104 | 22 | 44 |
| Octal | 245 | 223 | 312 | 22 | 33 | 0 | 25 | 404 | 42 | 104 |
| Binary | 10100101 | 10010011 | 11001010 | 10010 | 11011 | 0 | 10101 | 100000100 | 100010 | 1000100 |
Color Harmonies of #A593CA
Complementary color
Monochromatic Colors of #A593CA
Black with #A593CA
Text Example
Text Example
White with #A593CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593CA; }
p { color: rgb(165,147,202); }
H1.HeaderClassName
{
color: #A593CA;
}
.AnyTagClassName
{
color: #A593CA;
}
</style>
background-color css
<style>
a { background-color: #A593CA; }
a { background-color: rgb(165,147,202); }
div.DivClassName
{
background-color: #A593CA;
}
.BgClassName
{
background-color: #A593CA;
}
</style>
border-color css
<style>
span { border-color: #A593CA; }
span { border-color: rgb(165,147,202); }
td.TdClassName
{
border-color: #A593CA;
}
.TagClassName
{
border-color: #A593CA;
}
</style>