Shades of Biloba Flower #A694DD
Tints of Biloba Flower #A694DD
RGB
CMYK
RGB Variations
Color information
#A694DD (or 0xA694DD) is known color: Biloba Flower. HEX triplet: A6, 94 and DD. RGB value is (166,148,221). Sum of RGB (Red+Green+Blue) = 166+148+221=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A694DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694DD is #596B22. Grayscale: #A1A1A1. Windows color (decimal): -5860131 or 14521510. OLE color: 14521510.
HSL color Cylindrical-coordinate representation of color #A694DD: hue angle of 254.79º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A694DD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 148 | 221 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.13 |
| HSL | 254.79º | 0.52% | 0.72% | - |
| HSV(B) | 254.79º | 0.33% | 0.87% | - |
| XYZ | 39.37 | 34.51 | 72.99 | - |
| YUV | 161.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 221 | 0.25 | 0.33 | 0 | 0.13 | 254.79 | 0.52 | 0.72 |
| Hex | A6 | 94 | DD | 19 | 21 | 0 | D | FF | 34 | 48 |
| Octal | 246 | 224 | 335 | 31 | 41 | 0 | 15 | 377 | 64 | 110 |
| Binary | 10100110 | 10010100 | 11011101 | 11001 | 100001 | 0 | 1101 | 11111111 | 110100 | 1001000 |
Color Harmonies of #A694DD
Complementary color
Monochromatic Colors of #A694DD
Black with #A694DD
Text Example
Text Example
White with #A694DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694DD; }
p { color: rgb(166,148,221); }
H1.HeaderClassName
{
color: #A694DD;
}
.AnyTagClassName
{
color: #A694DD;
}
</style>
background-color css
<style>
a { background-color: #A694DD; }
a { background-color: rgb(166,148,221); }
div.DivClassName
{
background-color: #A694DD;
}
.BgClassName
{
background-color: #A694DD;
}
</style>
border-color css
<style>
span { border-color: #A694DD; }
span { border-color: rgb(166,148,221); }
td.TdClassName
{
border-color: #A694DD;
}
.TagClassName
{
border-color: #A694DD;
}
</style>