Shades of Biloba Flower #A697DE
Tints of Biloba Flower #A697DE
RGB
CMYK
RGB Variations
Color information
#A697DE (or 0xA697DE) is known color: Biloba Flower. HEX triplet: A6, 97 and DE. RGB value is (166,151,222). Sum of RGB (Red+Green+Blue) = 166+151+222=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A697DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697DE is #596821. Grayscale: #A3A3A3. Windows color (decimal): -5859362 or 14587814. OLE color: 14587814.
HSL color Cylindrical-coordinate representation of color #A697DE: hue angle of 252.68º degrees, saturation: 0.52, 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 #A697DE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 151 | 222 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.13 |
| HSL | 252.68º | 0.52% | 0.73% | - |
| HSV(B) | 252.68º | 0.32% | 0.87% | - |
| XYZ | 39.98 | 35.51 | 73.86 | - |
| YUV | 163.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 222 | 0.25 | 0.32 | 0 | 0.13 | 252.68 | 0.52 | 0.73 |
| Hex | A6 | 97 | DE | 19 | 20 | 0 | D | FD | 34 | 49 |
| Octal | 246 | 227 | 336 | 31 | 40 | 0 | 15 | 375 | 64 | 111 |
| Binary | 10100110 | 10010111 | 11011110 | 11001 | 100000 | 0 | 1101 | 11111101 | 110100 | 1001001 |
Color Harmonies of #A697DE
Complementary color
Monochromatic Colors of #A697DE
Black with #A697DE
Text Example
Text Example
White with #A697DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A697DE; }
p { color: rgb(166,151,222); }
H1.HeaderClassName
{
color: #A697DE;
}
.AnyTagClassName
{
color: #A697DE;
}
</style>
background-color css
<style>
a { background-color: #A697DE; }
a { background-color: rgb(166,151,222); }
div.DivClassName
{
background-color: #A697DE;
}
.BgClassName
{
background-color: #A697DE;
}
</style>
border-color css
<style>
span { border-color: #A697DE; }
span { border-color: rgb(166,151,222); }
td.TdClassName
{
border-color: #A697DE;
}
.TagClassName
{
border-color: #A697DE;
}
</style>