Shades of Biloba Flower #A885DC
Tints of Biloba Flower #A885DC
RGB
CMYK
RGB Variations
Color information
#A885DC (or 0xA885DC) is known color: Biloba Flower. HEX triplet: A8, 85 and DC. RGB value is (168,133,220). Sum of RGB (Red+Green+Blue) = 168+133+220=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A885DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885DC is #577A23. Grayscale: #999999. Windows color (decimal): -5732900 or 14452136. OLE color: 14452136.
HSL color Cylindrical-coordinate representation of color #A885DC: hue angle of 264.14º 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 #A885DC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 133 | 220 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.14 |
| HSL | 264.14º | 0.55% | 0.69% | - |
| HSV(B) | 264.14º | 0.4% | 0.86% | - |
| XYZ | 37.45 | 30.27 | 71.58 | - |
| YUV | 153.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 220 | 0.24 | 0.40 | 0 | 0.14 | 264.14 | 0.55 | 0.69 |
| Hex | A8 | 85 | DC | 18 | 28 | 0 | E | 108 | 37 | 45 |
| Octal | 250 | 205 | 334 | 30 | 50 | 0 | 16 | 410 | 67 | 105 |
| Binary | 10101000 | 10000101 | 11011100 | 11000 | 101000 | 0 | 1110 | 100001000 | 110111 | 1000101 |
Color Harmonies of #A885DC
Complementary color
Monochromatic Colors of #A885DC
Black with #A885DC
Text Example
Text Example
White with #A885DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885DC; }
p { color: rgb(168,133,220); }
H1.HeaderClassName
{
color: #A885DC;
}
.AnyTagClassName
{
color: #A885DC;
}
</style>
background-color css
<style>
a { background-color: #A885DC; }
a { background-color: rgb(168,133,220); }
div.DivClassName
{
background-color: #A885DC;
}
.BgClassName
{
background-color: #A885DC;
}
</style>
border-color css
<style>
span { border-color: #A885DC; }
span { border-color: rgb(168,133,220); }
td.TdClassName
{
border-color: #A885DC;
}
.TagClassName
{
border-color: #A885DC;
}
</style>