Shades of Biloba Flower #A48FDA
Tints of Biloba Flower #A48FDA
RGB
CMYK
RGB Variations
Color information
#A48FDA (or 0xA48FDA) is known color: Biloba Flower. HEX triplet: A4, 8F and DA. RGB value is (164,143,218). Sum of RGB (Red+Green+Blue) = 164+143+218=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A48FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FDA is #5B7025. Grayscale: #9D9D9D. Windows color (decimal): -5992486 or 14323620. OLE color: 14323620.
HSL color Cylindrical-coordinate representation of color #A48FDA: hue angle of 256.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48FDA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 143 | 218 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.15 |
| HSL | 256.8º | 0.5% | 0.71% | - |
| HSV(B) | 256.8º | 0.34% | 0.85% | - |
| XYZ | 37.79 | 32.6 | 70.63 | - |
| YUV | 157.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 218 | 0.25 | 0.34 | 0 | 0.15 | 256.8 | 0.5 | 0.71 |
| Hex | A4 | 8F | DA | 19 | 22 | 0 | F | 101 | 32 | 47 |
| Octal | 244 | 217 | 332 | 31 | 42 | 0 | 17 | 401 | 62 | 107 |
| Binary | 10100100 | 10001111 | 11011010 | 11001 | 100010 | 0 | 1111 | 100000001 | 110010 | 1000111 |
Color Harmonies of #A48FDA
Complementary color
Monochromatic Colors of #A48FDA
Black with #A48FDA
Text Example
Text Example
White with #A48FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48FDA; }
p { color: rgb(164,143,218); }
H1.HeaderClassName
{
color: #A48FDA;
}
.AnyTagClassName
{
color: #A48FDA;
}
</style>
background-color css
<style>
a { background-color: #A48FDA; }
a { background-color: rgb(164,143,218); }
div.DivClassName
{
background-color: #A48FDA;
}
.BgClassName
{
background-color: #A48FDA;
}
</style>
border-color css
<style>
span { border-color: #A48FDA; }
span { border-color: rgb(164,143,218); }
td.TdClassName
{
border-color: #A48FDA;
}
.TagClassName
{
border-color: #A48FDA;
}
</style>