Shades of Biloba Flower #A690FA
Tints of Biloba Flower #A690FA
RGB
CMYK
RGB Variations
Color information
#A690FA (or 0xA690FA) is known color: Biloba Flower. HEX triplet: A6, 90 and FA. RGB value is (166,144,250). Sum of RGB (Red+Green+Blue) = 166+144+250=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #A690FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690FA is #596F05. Grayscale: #A2A2A2. Windows color (decimal): -5861126 or 16421030. OLE color: 16421030.
HSL color Cylindrical-coordinate representation of color #A690FA: hue angle of 252.45º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A690FA is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 144 | 250 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.02 |
| HSL | 252.45º | 0.91% | 0.77% | - |
| HSV(B) | 252.45º | 0.42% | 0.98% | - |
| XYZ | 42.95 | 34.96 | 94.93 | - |
| YUV | 162.66 | 177.29 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 250 | 0.34 | 0.42 | 0 | 0.02 | 252.45 | 0.91 | 0.77 |
| Hex | A6 | 90 | FA | 22 | 2A | 0 | 2 | FC | 5B | 4D |
| Octal | 246 | 220 | 372 | 42 | 52 | 0 | 2 | 374 | 133 | 115 |
| Binary | 10100110 | 10010000 | 11111010 | 100010 | 101010 | 0 | 10 | 11111100 | 1011011 | 1001101 |
Color Harmonies of #A690FA
Complementary color
Monochromatic Colors of #A690FA
Black with #A690FA
Text Example
Text Example
White with #A690FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690FA; }
p { color: rgb(166,144,250); }
H1.HeaderClassName
{
color: #A690FA;
}
.AnyTagClassName
{
color: #A690FA;
}
</style>
background-color css
<style>
a { background-color: #A690FA; }
a { background-color: rgb(166,144,250); }
div.DivClassName
{
background-color: #A690FA;
}
.BgClassName
{
background-color: #A690FA;
}
</style>
border-color css
<style>
span { border-color: #A690FA; }
span { border-color: rgb(166,144,250); }
td.TdClassName
{
border-color: #A690FA;
}
.TagClassName
{
border-color: #A690FA;
}
</style>