Shades of Biloba Flower #A593DC
Tints of Biloba Flower #A593DC
RGB
CMYK
RGB Variations
Color information
#A593DC (or 0xA593DC) is known color: Biloba Flower. HEX triplet: A5, 93 and DC. RGB value is (165,147,220). Sum of RGB (Red+Green+Blue) = 165+147+220=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A593DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593DC is #5A6C23. Grayscale: #A0A0A0. Windows color (decimal): -5925924 or 14455717. OLE color: 14455717.
HSL color Cylindrical-coordinate representation of color #A593DC: hue angle of 254.79º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A593DC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 147 | 220 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.14 |
| HSL | 254.79º | 0.51% | 0.72% | - |
| HSV(B) | 254.79º | 0.33% | 0.86% | - |
| XYZ | 38.87 | 34.03 | 72.23 | - |
| YUV | 160.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 220 | 0.25 | 0.33 | 0 | 0.14 | 254.79 | 0.51 | 0.72 |
| Hex | A5 | 93 | DC | 19 | 21 | 0 | E | FF | 33 | 48 |
| Octal | 245 | 223 | 334 | 31 | 41 | 0 | 16 | 377 | 63 | 110 |
| Binary | 10100101 | 10010011 | 11011100 | 11001 | 100001 | 0 | 1110 | 11111111 | 110011 | 1001000 |
Color Harmonies of #A593DC
Complementary color
Monochromatic Colors of #A593DC
Black with #A593DC
Text Example
Text Example
White with #A593DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593DC; }
p { color: rgb(165,147,220); }
H1.HeaderClassName
{
color: #A593DC;
}
.AnyTagClassName
{
color: #A593DC;
}
</style>
background-color css
<style>
a { background-color: #A593DC; }
a { background-color: rgb(165,147,220); }
div.DivClassName
{
background-color: #A593DC;
}
.BgClassName
{
background-color: #A593DC;
}
</style>
border-color css
<style>
span { border-color: #A593DC; }
span { border-color: rgb(165,147,220); }
td.TdClassName
{
border-color: #A593DC;
}
.TagClassName
{
border-color: #A593DC;
}
</style>