Shades of Biloba Flower #A694ED
Tints of Biloba Flower #A694ED
RGB
CMYK
RGB Variations
Color information
#A694ED (or 0xA694ED) is known color: Biloba Flower. HEX triplet: A6, 94 and ED. RGB value is (166,148,237). Sum of RGB (Red+Green+Blue) = 166+148+237=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #A694ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694ED is #596B12. Grayscale: #A3A3A3. Windows color (decimal): -5860115 or 15570086. OLE color: 15570086.
HSL color Cylindrical-coordinate representation of color #A694ED: hue angle of 252.13º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A694ED is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 148 | 237 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.07 |
| HSL | 252.13º | 0.71% | 0.75% | - |
| HSV(B) | 252.13º | 0.38% | 0.93% | - |
| XYZ | 41.6 | 35.4 | 84.76 | - |
| YUV | 163.53 | 169.46 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 237 | 0.30 | 0.38 | 0 | 0.07 | 252.13 | 0.71 | 0.75 |
| Hex | A6 | 94 | ED | 1E | 26 | 0 | 7 | FC | 47 | 4B |
| Octal | 246 | 224 | 355 | 36 | 46 | 0 | 7 | 374 | 107 | 113 |
| Binary | 10100110 | 10010100 | 11101101 | 11110 | 100110 | 0 | 111 | 11111100 | 1000111 | 1001011 |
Color Harmonies of #A694ED
Complementary color
Monochromatic Colors of #A694ED
Black with #A694ED
Text Example
Text Example
White with #A694ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694ED; }
p { color: rgb(166,148,237); }
H1.HeaderClassName
{
color: #A694ED;
}
.AnyTagClassName
{
color: #A694ED;
}
</style>
background-color css
<style>
a { background-color: #A694ED; }
a { background-color: rgb(166,148,237); }
div.DivClassName
{
background-color: #A694ED;
}
.BgClassName
{
background-color: #A694ED;
}
</style>
border-color css
<style>
span { border-color: #A694ED; }
span { border-color: rgb(166,148,237); }
td.TdClassName
{
border-color: #A694ED;
}
.TagClassName
{
border-color: #A694ED;
}
</style>