Shades of Biloba Flower #A699D0
Tints of Biloba Flower #A699D0
RGB
CMYK
RGB Variations
Color information
#A699D0 (or 0xA699D0) is known color: Biloba Flower. HEX triplet: A6, 99 and D0. RGB value is (166,153,208). Sum of RGB (Red+Green+Blue) = 166+153+208=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #A699D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699D0 is #59662F. Grayscale: #A2A2A2. Windows color (decimal): -5858864 or 13670822. OLE color: 13670822.
HSL color Cylindrical-coordinate representation of color #A699D0: hue angle of 254.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A699D0 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 153 | 208 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.18 |
| HSL | 254.18º | 0.37% | 0.71% | - |
| HSV(B) | 254.18º | 0.26% | 0.82% | - |
| XYZ | 38.5 | 35.44 | 64.49 | - |
| YUV | 163.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 208 | 0.20 | 0.26 | 0 | 0.18 | 254.18 | 0.37 | 0.71 |
| Hex | A6 | 99 | D0 | 14 | 1A | 0 | 12 | FE | 25 | 47 |
| Octal | 246 | 231 | 320 | 24 | 32 | 0 | 22 | 376 | 45 | 107 |
| Binary | 10100110 | 10011001 | 11010000 | 10100 | 11010 | 0 | 10010 | 11111110 | 100101 | 1000111 |
Color Harmonies of #A699D0
Complementary color
Monochromatic Colors of #A699D0
Black with #A699D0
Text Example
Text Example
White with #A699D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699D0; }
p { color: rgb(166,153,208); }
H1.HeaderClassName
{
color: #A699D0;
}
.AnyTagClassName
{
color: #A699D0;
}
</style>
background-color css
<style>
a { background-color: #A699D0; }
a { background-color: rgb(166,153,208); }
div.DivClassName
{
background-color: #A699D0;
}
.BgClassName
{
background-color: #A699D0;
}
</style>
border-color css
<style>
span { border-color: #A699D0; }
span { border-color: rgb(166,153,208); }
td.TdClassName
{
border-color: #A699D0;
}
.TagClassName
{
border-color: #A699D0;
}
</style>