Shades of Biloba Flower #A690FB
Tints of Biloba Flower #A690FB
RGB
CMYK
RGB Variations
Color information
#A690FB (or 0xA690FB) is known color: Biloba Flower. HEX triplet: A6, 90 and FB. RGB value is (166,144,251). Sum of RGB (Red+Green+Blue) = 166+144+251=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #A690FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690FB is #596F04. Grayscale: #A2A2A2. Windows color (decimal): -5861125 or 16486566. OLE color: 16486566.
HSL color Cylindrical-coordinate representation of color #A690FB: hue angle of 252.34º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A690FB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 144 | 251 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.02 |
| HSL | 252.34º | 0.93% | 0.77% | - |
| HSV(B) | 252.34º | 0.43% | 0.98% | - |
| XYZ | 43.11 | 35.02 | 95.75 | - |
| YUV | 162.78 | 177.79 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 251 | 0.34 | 0.43 | 0 | 0.02 | 252.34 | 0.93 | 0.77 |
| Hex | A6 | 90 | FB | 22 | 2B | 0 | 2 | FC | 5D | 4D |
| Octal | 246 | 220 | 373 | 42 | 53 | 0 | 2 | 374 | 135 | 115 |
| Binary | 10100110 | 10010000 | 11111011 | 100010 | 101011 | 0 | 10 | 11111100 | 1011101 | 1001101 |
Color Harmonies of #A690FB
Complementary color
Monochromatic Colors of #A690FB
Black with #A690FB
Text Example
Text Example
White with #A690FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690FB; }
p { color: rgb(166,144,251); }
H1.HeaderClassName
{
color: #A690FB;
}
.AnyTagClassName
{
color: #A690FB;
}
</style>
background-color css
<style>
a { background-color: #A690FB; }
a { background-color: rgb(166,144,251); }
div.DivClassName
{
background-color: #A690FB;
}
.BgClassName
{
background-color: #A690FB;
}
</style>
border-color css
<style>
span { border-color: #A690FB; }
span { border-color: rgb(166,144,251); }
td.TdClassName
{
border-color: #A690FB;
}
.TagClassName
{
border-color: #A690FB;
}
</style>