Shades of Biloba Flower #A799F0
Tints of Biloba Flower #A799F0
RGB
CMYK
RGB Variations
Color information
#A799F0 (or 0xA799F0) is known color: Biloba Flower. HEX triplet: A7, 99 and F0. RGB value is (167,153,240). Sum of RGB (Red+Green+Blue) = 167+153+240=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #A799F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799F0 is #58660F. Grayscale: #A6A6A6. Windows color (decimal): -5793296 or 15767975. OLE color: 15767975.
HSL color Cylindrical-coordinate representation of color #A799F0: hue angle of 249.66º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A799F0 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 153 | 240 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.06 |
| HSL | 249.66º | 0.74% | 0.77% | - |
| HSV(B) | 249.66º | 0.36% | 0.94% | - |
| XYZ | 43.06 | 37.29 | 87.37 | - |
| YUV | 167.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 240 | 0.30 | 0.36 | 0 | 0.06 | 249.66 | 0.74 | 0.77 |
| Hex | A7 | 99 | F0 | 1E | 24 | 0 | 6 | FA | 4A | 4D |
| Octal | 247 | 231 | 360 | 36 | 44 | 0 | 6 | 372 | 112 | 115 |
| Binary | 10100111 | 10011001 | 11110000 | 11110 | 100100 | 0 | 110 | 11111010 | 1001010 | 1001101 |
Color Harmonies of #A799F0
Complementary color
Monochromatic Colors of #A799F0
Black with #A799F0
Text Example
Text Example
White with #A799F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799F0; }
p { color: rgb(167,153,240); }
H1.HeaderClassName
{
color: #A799F0;
}
.AnyTagClassName
{
color: #A799F0;
}
</style>
background-color css
<style>
a { background-color: #A799F0; }
a { background-color: rgb(167,153,240); }
div.DivClassName
{
background-color: #A799F0;
}
.BgClassName
{
background-color: #A799F0;
}
</style>
border-color css
<style>
span { border-color: #A799F0; }
span { border-color: rgb(167,153,240); }
td.TdClassName
{
border-color: #A799F0;
}
.TagClassName
{
border-color: #A799F0;
}
</style>