Shades of Biloba Flower #A493DB
Tints of Biloba Flower #A493DB
RGB
CMYK
RGB Variations
Color information
#A493DB (or 0xA493DB) is known color: Biloba Flower. HEX triplet: A4, 93 and DB. RGB value is (164,147,219). Sum of RGB (Red+Green+Blue) = 164+147+219=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A493DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493DB is #5B6C24. Grayscale: #A0A0A0. Windows color (decimal): -5991461 or 14390180. OLE color: 14390180.
HSL color Cylindrical-coordinate representation of color #A493DB: hue angle of 254.17º degrees, saturation: 0.5, 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 #A493DB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 147 | 219 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.14 |
| HSL | 254.17º | 0.5% | 0.72% | - |
| HSV(B) | 254.17º | 0.33% | 0.86% | - |
| XYZ | 38.53 | 33.87 | 71.53 | - |
| YUV | 160.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 219 | 0.25 | 0.33 | 0 | 0.14 | 254.17 | 0.5 | 0.72 |
| Hex | A4 | 93 | DB | 19 | 21 | 0 | E | FE | 32 | 48 |
| Octal | 244 | 223 | 333 | 31 | 41 | 0 | 16 | 376 | 62 | 110 |
| Binary | 10100100 | 10010011 | 11011011 | 11001 | 100001 | 0 | 1110 | 11111110 | 110010 | 1001000 |
Color Harmonies of #A493DB
Complementary color
Monochromatic Colors of #A493DB
Black with #A493DB
Text Example
Text Example
White with #A493DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493DB; }
p { color: rgb(164,147,219); }
H1.HeaderClassName
{
color: #A493DB;
}
.AnyTagClassName
{
color: #A493DB;
}
</style>
background-color css
<style>
a { background-color: #A493DB; }
a { background-color: rgb(164,147,219); }
div.DivClassName
{
background-color: #A493DB;
}
.BgClassName
{
background-color: #A493DB;
}
</style>
border-color css
<style>
span { border-color: #A493DB; }
span { border-color: rgb(164,147,219); }
td.TdClassName
{
border-color: #A493DB;
}
.TagClassName
{
border-color: #A493DB;
}
</style>