Shades of Biloba Flower #A698D6
Tints of Biloba Flower #A698D6
RGB
CMYK
RGB Variations
Color information
#A698D6 (or 0xA698D6) is known color: Biloba Flower. HEX triplet: A6, 98 and D6. RGB value is (166,152,214). Sum of RGB (Red+Green+Blue) = 166+152+214=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #A698D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698D6 is #596729. Grayscale: #A3A3A3. Windows color (decimal): -5859114 or 14063782. OLE color: 14063782.
HSL color Cylindrical-coordinate representation of color #A698D6: hue angle of 253.55º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A698D6 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 152 | 214 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.16 |
| HSL | 253.55º | 0.43% | 0.72% | - |
| HSV(B) | 253.55º | 0.29% | 0.84% | - |
| XYZ | 39.09 | 35.42 | 68.39 | - |
| YUV | 163.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 214 | 0.22 | 0.29 | 0 | 0.16 | 253.55 | 0.43 | 0.72 |
| Hex | A6 | 98 | D6 | 16 | 1D | 0 | 10 | FE | 2B | 48 |
| Octal | 246 | 230 | 326 | 26 | 35 | 0 | 20 | 376 | 53 | 110 |
| Binary | 10100110 | 10011000 | 11010110 | 10110 | 11101 | 0 | 10000 | 11111110 | 101011 | 1001000 |
Color Harmonies of #A698D6
Complementary color
Monochromatic Colors of #A698D6
Black with #A698D6
Text Example
Text Example
White with #A698D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698D6; }
p { color: rgb(166,152,214); }
H1.HeaderClassName
{
color: #A698D6;
}
.AnyTagClassName
{
color: #A698D6;
}
</style>
background-color css
<style>
a { background-color: #A698D6; }
a { background-color: rgb(166,152,214); }
div.DivClassName
{
background-color: #A698D6;
}
.BgClassName
{
background-color: #A698D6;
}
</style>
border-color css
<style>
span { border-color: #A698D6; }
span { border-color: rgb(166,152,214); }
td.TdClassName
{
border-color: #A698D6;
}
.TagClassName
{
border-color: #A698D6;
}
</style>