Shades of Biloba Flower #A699C8
Tints of Biloba Flower #A699C8
RGB
CMYK
RGB Variations
Color information
#A699C8 (or 0xA699C8) is known color: Biloba Flower. HEX triplet: A6, 99 and C8. RGB value is (166,153,200). Sum of RGB (Red+Green+Blue) = 166+153+200=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #A699C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699C8 is #596637. Grayscale: #A2A2A2. Windows color (decimal): -5858872 or 13146534. OLE color: 13146534.
HSL color Cylindrical-coordinate representation of color #A699C8: hue angle of 256.6º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A699C8 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 153 | 200 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.22 |
| HSL | 256.6º | 0.3% | 0.69% | - |
| HSV(B) | 256.6º | 0.24% | 0.78% | - |
| XYZ | 37.54 | 35.06 | 59.43 | - |
| YUV | 162.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 200 | 0.17 | 0.24 | 0 | 0.22 | 256.6 | 0.3 | 0.69 |
| Hex | A6 | 99 | C8 | 11 | 18 | 0 | 16 | 101 | 1E | 45 |
| Octal | 246 | 231 | 310 | 21 | 30 | 0 | 26 | 401 | 36 | 105 |
| Binary | 10100110 | 10011001 | 11001000 | 10001 | 11000 | 0 | 10110 | 100000001 | 11110 | 1000101 |
Color Harmonies of #A699C8
Complementary color
Monochromatic Colors of #A699C8
Black with #A699C8
Text Example
Text Example
White with #A699C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699C8; }
p { color: rgb(166,153,200); }
H1.HeaderClassName
{
color: #A699C8;
}
.AnyTagClassName
{
color: #A699C8;
}
</style>
background-color css
<style>
a { background-color: #A699C8; }
a { background-color: rgb(166,153,200); }
div.DivClassName
{
background-color: #A699C8;
}
.BgClassName
{
background-color: #A699C8;
}
</style>
border-color css
<style>
span { border-color: #A699C8; }
span { border-color: rgb(166,153,200); }
td.TdClassName
{
border-color: #A699C8;
}
.TagClassName
{
border-color: #A699C8;
}
</style>