Shades of Biloba Flower #A699F6
Tints of Biloba Flower #A699F6
RGB
CMYK
RGB Variations
Color information
#A699F6 (or 0xA699F6) is known color: Biloba Flower. HEX triplet: A6, 99 and F6. RGB value is (166,153,246). Sum of RGB (Red+Green+Blue) = 166+153+246=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #A699F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699F6 is #596609. Grayscale: #A7A7A7. Windows color (decimal): -5858826 or 16161190. OLE color: 16161190.
HSL color Cylindrical-coordinate representation of color #A699F6: hue angle of 248.39º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A699F6 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 153 | 246 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.04 |
| HSL | 248.39º | 0.84% | 0.78% | - |
| HSV(B) | 248.39º | 0.38% | 0.96% | - |
| XYZ | 43.75 | 37.54 | 92.13 | - |
| YUV | 167.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 246 | 0.33 | 0.38 | 0 | 0.04 | 248.39 | 0.84 | 0.78 |
| Hex | A6 | 99 | F6 | 21 | 26 | 0 | 4 | F8 | 54 | 4E |
| Octal | 246 | 231 | 366 | 41 | 46 | 0 | 4 | 370 | 124 | 116 |
| Binary | 10100110 | 10011001 | 11110110 | 100001 | 100110 | 0 | 100 | 11111000 | 1010100 | 1001110 |
Color Harmonies of #A699F6
Complementary color
Monochromatic Colors of #A699F6
Black with #A699F6
Text Example
Text Example
White with #A699F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699F6; }
p { color: rgb(166,153,246); }
H1.HeaderClassName
{
color: #A699F6;
}
.AnyTagClassName
{
color: #A699F6;
}
</style>
background-color css
<style>
a { background-color: #A699F6; }
a { background-color: rgb(166,153,246); }
div.DivClassName
{
background-color: #A699F6;
}
.BgClassName
{
background-color: #A699F6;
}
</style>
border-color css
<style>
span { border-color: #A699F6; }
span { border-color: rgb(166,153,246); }
td.TdClassName
{
border-color: #A699F6;
}
.TagClassName
{
border-color: #A699F6;
}
</style>