Shades of Biloba Flower #A495DC
Tints of Biloba Flower #A495DC
RGB
CMYK
RGB Variations
Color information
#A495DC (or 0xA495DC) is known color: Biloba Flower. HEX triplet: A4, 95 and DC. RGB value is (164,149,220). Sum of RGB (Red+Green+Blue) = 164+149+220=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #A495DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495DC is #5B6A23. Grayscale: #A1A1A1. Windows color (decimal): -5990948 or 14456228. OLE color: 14456228.
HSL color Cylindrical-coordinate representation of color #A495DC: hue angle of 252.68º degrees, saturation: 0.5, 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 #A495DC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 149 | 220 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.14 |
| HSL | 252.68º | 0.5% | 0.72% | - |
| HSV(B) | 252.68º | 0.32% | 0.86% | - |
| XYZ | 38.98 | 34.55 | 72.33 | - |
| YUV | 161.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 220 | 0.25 | 0.32 | 0 | 0.14 | 252.68 | 0.5 | 0.72 |
| Hex | A4 | 95 | DC | 19 | 20 | 0 | E | FD | 32 | 48 |
| Octal | 244 | 225 | 334 | 31 | 40 | 0 | 16 | 375 | 62 | 110 |
| Binary | 10100100 | 10010101 | 11011100 | 11001 | 100000 | 0 | 1110 | 11111101 | 110010 | 1001000 |
Color Harmonies of #A495DC
Complementary color
Monochromatic Colors of #A495DC
Black with #A495DC
Text Example
Text Example
White with #A495DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A495DC; }
p { color: rgb(164,149,220); }
H1.HeaderClassName
{
color: #A495DC;
}
.AnyTagClassName
{
color: #A495DC;
}
</style>
background-color css
<style>
a { background-color: #A495DC; }
a { background-color: rgb(164,149,220); }
div.DivClassName
{
background-color: #A495DC;
}
.BgClassName
{
background-color: #A495DC;
}
</style>
border-color css
<style>
span { border-color: #A495DC; }
span { border-color: rgb(164,149,220); }
td.TdClassName
{
border-color: #A495DC;
}
.TagClassName
{
border-color: #A495DC;
}
</style>