Shades of Biloba Flower #A698DA
Tints of Biloba Flower #A698DA
RGB
CMYK
RGB Variations
Color information
#A698DA (or 0xA698DA) is known color: Biloba Flower. HEX triplet: A6, 98 and DA. RGB value is (166,152,218). Sum of RGB (Red+Green+Blue) = 166+152+218=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #A698DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698DA is #596725. Grayscale: #A3A3A3. Windows color (decimal): -5859110 or 14325926. OLE color: 14325926.
HSL color Cylindrical-coordinate representation of color #A698DA: hue angle of 252.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A698DA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 152 | 218 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.15 |
| HSL | 252.73º | 0.47% | 0.73% | - |
| HSV(B) | 252.73º | 0.3% | 0.85% | - |
| XYZ | 39.61 | 35.63 | 71.12 | - |
| YUV | 163.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 218 | 0.24 | 0.30 | 0 | 0.15 | 252.73 | 0.47 | 0.73 |
| Hex | A6 | 98 | DA | 18 | 1E | 0 | F | FD | 2F | 49 |
| Octal | 246 | 230 | 332 | 30 | 36 | 0 | 17 | 375 | 57 | 111 |
| Binary | 10100110 | 10011000 | 11011010 | 11000 | 11110 | 0 | 1111 | 11111101 | 101111 | 1001001 |
Color Harmonies of #A698DA
Complementary color
Monochromatic Colors of #A698DA
Black with #A698DA
Text Example
Text Example
White with #A698DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698DA; }
p { color: rgb(166,152,218); }
H1.HeaderClassName
{
color: #A698DA;
}
.AnyTagClassName
{
color: #A698DA;
}
</style>
background-color css
<style>
a { background-color: #A698DA; }
a { background-color: rgb(166,152,218); }
div.DivClassName
{
background-color: #A698DA;
}
.BgClassName
{
background-color: #A698DA;
}
</style>
border-color css
<style>
span { border-color: #A698DA; }
span { border-color: rgb(166,152,218); }
td.TdClassName
{
border-color: #A698DA;
}
.TagClassName
{
border-color: #A698DA;
}
</style>