Shades of Biloba Flower #A48AD0
Tints of Biloba Flower #A48AD0
RGB
CMYK
RGB Variations
Color information
#A48AD0 (or 0xA48AD0) is known color: Biloba Flower. HEX triplet: A4, 8A and D0. RGB value is (164,138,208). Sum of RGB (Red+Green+Blue) = 164+138+208=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #A48AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48AD0 is #5B752F. Grayscale: #999999. Windows color (decimal): -5993776 or 13666980. OLE color: 13666980.
HSL color Cylindrical-coordinate representation of color #A48AD0: hue angle of 262.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48AD0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 138 | 208 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.18 |
| HSL | 262.29º | 0.43% | 0.68% | - |
| HSV(B) | 262.29º | 0.34% | 0.82% | - |
| XYZ | 35.78 | 30.62 | 63.7 | - |
| YUV | 153.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 208 | 0.21 | 0.34 | 0 | 0.18 | 262.29 | 0.43 | 0.68 |
| Hex | A4 | 8A | D0 | 15 | 22 | 0 | 12 | 106 | 2B | 44 |
| Octal | 244 | 212 | 320 | 25 | 42 | 0 | 22 | 406 | 53 | 104 |
| Binary | 10100100 | 10001010 | 11010000 | 10101 | 100010 | 0 | 10010 | 100000110 | 101011 | 1000100 |
Color Harmonies of #A48AD0
Complementary color
Monochromatic Colors of #A48AD0
Black with #A48AD0
Text Example
Text Example
White with #A48AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48AD0; }
p { color: rgb(164,138,208); }
H1.HeaderClassName
{
color: #A48AD0;
}
.AnyTagClassName
{
color: #A48AD0;
}
</style>
background-color css
<style>
a { background-color: #A48AD0; }
a { background-color: rgb(164,138,208); }
div.DivClassName
{
background-color: #A48AD0;
}
.BgClassName
{
background-color: #A48AD0;
}
</style>
border-color css
<style>
span { border-color: #A48AD0; }
span { border-color: rgb(164,138,208); }
td.TdClassName
{
border-color: #A48AD0;
}
.TagClassName
{
border-color: #A48AD0;
}
</style>