Shades of Biloba Flower #A48CE6
Tints of Biloba Flower #A48CE6
RGB
CMYK
RGB Variations
Color information
#A48CE6 (or 0xA48CE6) is known color: Biloba Flower. HEX triplet: A4, 8C and E6. RGB value is (164,140,230). Sum of RGB (Red+Green+Blue) = 164+140+230=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #A48CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48CE6 is #5B7319. Grayscale: #9D9D9D. Windows color (decimal): -5993242 or 15109284. OLE color: 15109284.
HSL color Cylindrical-coordinate representation of color #A48CE6: hue angle of 256º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A48CE6 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 140 | 230 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.10 |
| HSL | 256º | 0.64% | 0.73% | - |
| HSV(B) | 256º | 0.39% | 0.9% | - |
| XYZ | 38.97 | 32.36 | 79.06 | - |
| YUV | 157.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 230 | 0.29 | 0.39 | 0 | 0.10 | 256 | 0.64 | 0.73 |
| Hex | A4 | 8C | E6 | 1D | 27 | 0 | A | 100 | 40 | 49 |
| Octal | 244 | 214 | 346 | 35 | 47 | 0 | 12 | 400 | 100 | 111 |
| Binary | 10100100 | 10001100 | 11100110 | 11101 | 100111 | 0 | 1010 | 100000000 | 1000000 | 1001001 |
Color Harmonies of #A48CE6
Complementary color
Monochromatic Colors of #A48CE6
Black with #A48CE6
Text Example
Text Example
White with #A48CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48CE6; }
p { color: rgb(164,140,230); }
H1.HeaderClassName
{
color: #A48CE6;
}
.AnyTagClassName
{
color: #A48CE6;
}
</style>
background-color css
<style>
a { background-color: #A48CE6; }
a { background-color: rgb(164,140,230); }
div.DivClassName
{
background-color: #A48CE6;
}
.BgClassName
{
background-color: #A48CE6;
}
</style>
border-color css
<style>
span { border-color: #A48CE6; }
span { border-color: rgb(164,140,230); }
td.TdClassName
{
border-color: #A48CE6;
}
.TagClassName
{
border-color: #A48CE6;
}
</style>