Shades of Biloba Flower #A485DC
Tints of Biloba Flower #A485DC
RGB
CMYK
RGB Variations
Color information
#A485DC (or 0xA485DC) is known color: Biloba Flower. HEX triplet: A4, 85 and DC. RGB value is (164,133,220). Sum of RGB (Red+Green+Blue) = 164+133+220=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A485DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485DC is #5B7A23. Grayscale: #979797. Windows color (decimal): -5995044 or 14452132. OLE color: 14452132.
HSL color Cylindrical-coordinate representation of color #A485DC: hue angle of 261.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A485DC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 133 | 220 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.14 |
| HSL | 261.38º | 0.55% | 0.69% | - |
| HSV(B) | 261.38º | 0.4% | 0.86% | - |
| XYZ | 36.62 | 29.83 | 71.54 | - |
| YUV | 152.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 220 | 0.25 | 0.40 | 0 | 0.14 | 261.38 | 0.55 | 0.69 |
| Hex | A4 | 85 | DC | 19 | 28 | 0 | E | 105 | 37 | 45 |
| Octal | 244 | 205 | 334 | 31 | 50 | 0 | 16 | 405 | 67 | 105 |
| Binary | 10100100 | 10000101 | 11011100 | 11001 | 101000 | 0 | 1110 | 100000101 | 110111 | 1000101 |
Color Harmonies of #A485DC
Complementary color
Monochromatic Colors of #A485DC
Black with #A485DC
Text Example
Text Example
White with #A485DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485DC; }
p { color: rgb(164,133,220); }
H1.HeaderClassName
{
color: #A485DC;
}
.AnyTagClassName
{
color: #A485DC;
}
</style>
background-color css
<style>
a { background-color: #A485DC; }
a { background-color: rgb(164,133,220); }
div.DivClassName
{
background-color: #A485DC;
}
.BgClassName
{
background-color: #A485DC;
}
</style>
border-color css
<style>
span { border-color: #A485DC; }
span { border-color: rgb(164,133,220); }
td.TdClassName
{
border-color: #A485DC;
}
.TagClassName
{
border-color: #A485DC;
}
</style>