Shades of Biloba Flower #A48FE8
Tints of Biloba Flower #A48FE8
RGB
CMYK
RGB Variations
Color information
#A48FE8 (or 0xA48FE8) is known color: Biloba Flower. HEX triplet: A4, 8F and E8. RGB value is (164,143,232). Sum of RGB (Red+Green+Blue) = 164+143+232=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #A48FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48FE8 is #5B7017. Grayscale: #9F9F9F. Windows color (decimal): -5992472 or 15241124. OLE color: 15241124.
HSL color Cylindrical-coordinate representation of color #A48FE8: hue angle of 254.16º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A48FE8 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 143 | 232 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.09 |
| HSL | 254.16º | 0.66% | 0.74% | - |
| HSV(B) | 254.16º | 0.38% | 0.91% | - |
| XYZ | 39.7 | 33.36 | 80.69 | - |
| YUV | 159.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 232 | 0.29 | 0.38 | 0 | 0.09 | 254.16 | 0.66 | 0.74 |
| Hex | A4 | 8F | E8 | 1D | 26 | 0 | 9 | FE | 42 | 4A |
| Octal | 244 | 217 | 350 | 35 | 46 | 0 | 11 | 376 | 102 | 112 |
| Binary | 10100100 | 10001111 | 11101000 | 11101 | 100110 | 0 | 1001 | 11111110 | 1000010 | 1001010 |
Color Harmonies of #A48FE8
Complementary color
Monochromatic Colors of #A48FE8
Black with #A48FE8
Text Example
Text Example
White with #A48FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48FE8; }
p { color: rgb(164,143,232); }
H1.HeaderClassName
{
color: #A48FE8;
}
.AnyTagClassName
{
color: #A48FE8;
}
</style>
background-color css
<style>
a { background-color: #A48FE8; }
a { background-color: rgb(164,143,232); }
div.DivClassName
{
background-color: #A48FE8;
}
.BgClassName
{
background-color: #A48FE8;
}
</style>
border-color css
<style>
span { border-color: #A48FE8; }
span { border-color: rgb(164,143,232); }
td.TdClassName
{
border-color: #A48FE8;
}
.TagClassName
{
border-color: #A48FE8;
}
</style>