Shades of Biloba Flower #A48FDF
Tints of Biloba Flower #A48FDF
RGB
CMYK
RGB Variations
Color information
#A48FDF (or 0xA48FDF) is known color: Biloba Flower. HEX triplet: A4, 8F and DF. RGB value is (164,143,223). Sum of RGB (Red+Green+Blue) = 164+143+223=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A48FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FDF is #5B7020. Grayscale: #9E9E9E. Windows color (decimal): -5992481 or 14651300. OLE color: 14651300.
HSL color Cylindrical-coordinate representation of color #A48FDF: hue angle of 255.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48FDF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 143 | 223 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.13 |
| HSL | 255.75º | 0.56% | 0.72% | - |
| HSV(B) | 255.75º | 0.36% | 0.87% | - |
| XYZ | 38.45 | 32.87 | 74.13 | - |
| YUV | 158.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 223 | 0.26 | 0.36 | 0 | 0.13 | 255.75 | 0.56 | 0.72 |
| Hex | A4 | 8F | DF | 1A | 24 | 0 | D | 100 | 38 | 48 |
| Octal | 244 | 217 | 337 | 32 | 44 | 0 | 15 | 400 | 70 | 110 |
| Binary | 10100100 | 10001111 | 11011111 | 11010 | 100100 | 0 | 1101 | 100000000 | 111000 | 1001000 |
Color Harmonies of #A48FDF
Complementary color
Monochromatic Colors of #A48FDF
Black with #A48FDF
Text Example
Text Example
White with #A48FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48FDF; }
p { color: rgb(164,143,223); }
H1.HeaderClassName
{
color: #A48FDF;
}
.AnyTagClassName
{
color: #A48FDF;
}
</style>
background-color css
<style>
a { background-color: #A48FDF; }
a { background-color: rgb(164,143,223); }
div.DivClassName
{
background-color: #A48FDF;
}
.BgClassName
{
background-color: #A48FDF;
}
</style>
border-color css
<style>
span { border-color: #A48FDF; }
span { border-color: rgb(164,143,223); }
td.TdClassName
{
border-color: #A48FDF;
}
.TagClassName
{
border-color: #A48FDF;
}
</style>