Shades of Biloba Flower #A495DB
Tints of Biloba Flower #A495DB
RGB
CMYK
RGB Variations
Color information
#A495DB (or 0xA495DB) is known color: Biloba Flower. HEX triplet: A4, 95 and DB. RGB value is (164,149,219). Sum of RGB (Red+Green+Blue) = 164+149+219=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A495DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495DB is #5B6A24. Grayscale: #A1A1A1. Windows color (decimal): -5990949 or 14390692. OLE color: 14390692.
HSL color Cylindrical-coordinate representation of color #A495DB: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A495DB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 149 | 219 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.14 |
| HSL | 252.86º | 0.49% | 0.72% | - |
| HSV(B) | 252.86º | 0.32% | 0.86% | - |
| XYZ | 38.84 | 34.5 | 71.63 | - |
| YUV | 161.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 219 | 0.25 | 0.32 | 0 | 0.14 | 252.86 | 0.49 | 0.72 |
| Hex | A4 | 95 | DB | 19 | 20 | 0 | E | FD | 31 | 48 |
| Octal | 244 | 225 | 333 | 31 | 40 | 0 | 16 | 375 | 61 | 110 |
| Binary | 10100100 | 10010101 | 11011011 | 11001 | 100000 | 0 | 1110 | 11111101 | 110001 | 1001000 |
Color Harmonies of #A495DB
Complementary color
Monochromatic Colors of #A495DB
Black with #A495DB
Text Example
Text Example
White with #A495DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A495DB; }
p { color: rgb(164,149,219); }
H1.HeaderClassName
{
color: #A495DB;
}
.AnyTagClassName
{
color: #A495DB;
}
</style>
background-color css
<style>
a { background-color: #A495DB; }
a { background-color: rgb(164,149,219); }
div.DivClassName
{
background-color: #A495DB;
}
.BgClassName
{
background-color: #A495DB;
}
</style>
border-color css
<style>
span { border-color: #A495DB; }
span { border-color: rgb(164,149,219); }
td.TdClassName
{
border-color: #A495DB;
}
.TagClassName
{
border-color: #A495DB;
}
</style>