Shades of Biloba Flower #A285D8
Tints of Biloba Flower #A285D8
RGB
CMYK
RGB Variations
Color information
#A285D8 (or 0xA285D8) is known color: Biloba Flower. HEX triplet: A2, 85 and D8. RGB value is (162,133,216). Sum of RGB (Red+Green+Blue) = 162+133+216=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #A285D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285D8 is #5D7A27. Grayscale: #969696. Windows color (decimal): -6126120 or 14189986. OLE color: 14189986.
HSL color Cylindrical-coordinate representation of color #A285D8: hue angle of 260.96º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A285D8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 133 | 216 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.15 |
| HSL | 260.96º | 0.52% | 0.68% | - |
| HSV(B) | 260.96º | 0.38% | 0.85% | - |
| XYZ | 35.68 | 29.41 | 68.76 | - |
| YUV | 151.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 216 | 0.25 | 0.38 | 0 | 0.15 | 260.96 | 0.52 | 0.68 |
| Hex | A2 | 85 | D8 | 19 | 26 | 0 | F | 105 | 34 | 44 |
| Octal | 242 | 205 | 330 | 31 | 46 | 0 | 17 | 405 | 64 | 104 |
| Binary | 10100010 | 10000101 | 11011000 | 11001 | 100110 | 0 | 1111 | 100000101 | 110100 | 1000100 |
Color Harmonies of #A285D8
Complementary color
Monochromatic Colors of #A285D8
Black with #A285D8
Text Example
Text Example
White with #A285D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285D8; }
p { color: rgb(162,133,216); }
H1.HeaderClassName
{
color: #A285D8;
}
.AnyTagClassName
{
color: #A285D8;
}
</style>
background-color css
<style>
a { background-color: #A285D8; }
a { background-color: rgb(162,133,216); }
div.DivClassName
{
background-color: #A285D8;
}
.BgClassName
{
background-color: #A285D8;
}
</style>
border-color css
<style>
span { border-color: #A285D8; }
span { border-color: rgb(162,133,216); }
td.TdClassName
{
border-color: #A285D8;
}
.TagClassName
{
border-color: #A285D8;
}
</style>