Shades of Biloba Flower #A893F0
Tints of Biloba Flower #A893F0
RGB
CMYK
RGB Variations
Color information
#A893F0 (or 0xA893F0) is known color: Biloba Flower. HEX triplet: A8, 93 and F0. RGB value is (168,147,240). Sum of RGB (Red+Green+Blue) = 168+147+240=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #A893F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A893F0 is #576C0F. Grayscale: #A3A3A3. Windows color (decimal): -5729296 or 15766440. OLE color: 15766440.
HSL color Cylindrical-coordinate representation of color #A893F0: hue angle of 253.55º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A893F0 is Cyan = 0.3, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 147 | 240 | - |
| CMYK | 0.3 | 0.39 | 0 | 0.06 |
| HSL | 253.55º | 0.76% | 0.76% | - |
| HSV(B) | 253.55º | 0.39% | 0.94% | - |
| XYZ | 42.31 | 35.48 | 87.06 | - |
| YUV | 163.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 240 | 0.3 | 0.39 | 0 | 0.06 | 253.55 | 0.76 | 0.76 |
| Hex | A8 | 93 | F0 | 1E | 27 | 0 | 6 | FE | 4C | 4C |
| Octal | 250 | 223 | 360 | 36 | 47 | 0 | 6 | 376 | 114 | 114 |
| Binary | 10101000 | 10010011 | 11110000 | 11110 | 100111 | 0 | 110 | 11111110 | 1001100 | 1001100 |
Color Harmonies of #A893F0
Complementary color
Monochromatic Colors of #A893F0
Black with #A893F0
Text Example
Text Example
White with #A893F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893F0; }
p { color: rgb(168,147,240); }
H1.HeaderClassName
{
color: #A893F0;
}
.AnyTagClassName
{
color: #A893F0;
}
</style>
background-color css
<style>
a { background-color: #A893F0; }
a { background-color: rgb(168,147,240); }
div.DivClassName
{
background-color: #A893F0;
}
.BgClassName
{
background-color: #A893F0;
}
</style>
border-color css
<style>
span { border-color: #A893F0; }
span { border-color: rgb(168,147,240); }
td.TdClassName
{
border-color: #A893F0;
}
.TagClassName
{
border-color: #A893F0;
}
</style>