Shades of Biloba Flower #A48CF2
Tints of Biloba Flower #A48CF2
RGB
CMYK
RGB Variations
Color information
#A48CF2 (or 0xA48CF2) is known color: Biloba Flower. HEX triplet: A4, 8C and F2. RGB value is (164,140,242). Sum of RGB (Red+Green+Blue) = 164+140+242=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #A48CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48CF2 is #5B730D. Grayscale: #9E9E9E. Windows color (decimal): -5993230 or 15895716. OLE color: 15895716.
HSL color Cylindrical-coordinate representation of color #A48CF2: hue angle of 254.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A48CF2 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 140 | 242 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.05 |
| HSL | 254.12º | 0.8% | 0.75% | - |
| HSV(B) | 254.12º | 0.42% | 0.95% | - |
| XYZ | 40.71 | 33.06 | 88.24 | - |
| YUV | 158.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 242 | 0.32 | 0.42 | 0 | 0.05 | 254.12 | 0.8 | 0.75 |
| Hex | A4 | 8C | F2 | 20 | 2A | 0 | 5 | FE | 50 | 4B |
| Octal | 244 | 214 | 362 | 40 | 52 | 0 | 5 | 376 | 120 | 113 |
| Binary | 10100100 | 10001100 | 11110010 | 100000 | 101010 | 0 | 101 | 11111110 | 1010000 | 1001011 |
Color Harmonies of #A48CF2
Complementary color
Monochromatic Colors of #A48CF2
Black with #A48CF2
Text Example
Text Example
White with #A48CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48CF2; }
p { color: rgb(164,140,242); }
H1.HeaderClassName
{
color: #A48CF2;
}
.AnyTagClassName
{
color: #A48CF2;
}
</style>
background-color css
<style>
a { background-color: #A48CF2; }
a { background-color: rgb(164,140,242); }
div.DivClassName
{
background-color: #A48CF2;
}
.BgClassName
{
background-color: #A48CF2;
}
</style>
border-color css
<style>
span { border-color: #A48CF2; }
span { border-color: rgb(164,140,242); }
td.TdClassName
{
border-color: #A48CF2;
}
.TagClassName
{
border-color: #A48CF2;
}
</style>