Shades of Biloba Flower #A697DF
Tints of Biloba Flower #A697DF
RGB
CMYK
RGB Variations
Color information
#A697DF (or 0xA697DF) is known color: Biloba Flower. HEX triplet: A6, 97 and DF. RGB value is (166,151,223). Sum of RGB (Red+Green+Blue) = 166+151+223=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A697DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697DF is #596820. Grayscale: #A3A3A3. Windows color (decimal): -5859361 or 14653350. OLE color: 14653350.
HSL color Cylindrical-coordinate representation of color #A697DF: hue angle of 252.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A697DF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 151 | 223 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.13 |
| HSL | 252.5º | 0.53% | 0.73% | - |
| HSV(B) | 252.5º | 0.32% | 0.87% | - |
| XYZ | 40.11 | 35.57 | 74.56 | - |
| YUV | 163.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 223 | 0.26 | 0.32 | 0 | 0.13 | 252.5 | 0.53 | 0.73 |
| Hex | A6 | 97 | DF | 1A | 20 | 0 | D | FD | 35 | 49 |
| Octal | 246 | 227 | 337 | 32 | 40 | 0 | 15 | 375 | 65 | 111 |
| Binary | 10100110 | 10010111 | 11011111 | 11010 | 100000 | 0 | 1101 | 11111101 | 110101 | 1001001 |
Color Harmonies of #A697DF
Complementary color
Monochromatic Colors of #A697DF
Black with #A697DF
Text Example
Text Example
White with #A697DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A697DF; }
p { color: rgb(166,151,223); }
H1.HeaderClassName
{
color: #A697DF;
}
.AnyTagClassName
{
color: #A697DF;
}
</style>
background-color css
<style>
a { background-color: #A697DF; }
a { background-color: rgb(166,151,223); }
div.DivClassName
{
background-color: #A697DF;
}
.BgClassName
{
background-color: #A697DF;
}
</style>
border-color css
<style>
span { border-color: #A697DF; }
span { border-color: rgb(166,151,223); }
td.TdClassName
{
border-color: #A697DF;
}
.TagClassName
{
border-color: #A697DF;
}
</style>