Shades of Biloba Flower #A699D2
Tints of Biloba Flower #A699D2
RGB
CMYK
RGB Variations
Color information
#A699D2 (or 0xA699D2) is known color: Biloba Flower. HEX triplet: A6, 99 and D2. RGB value is (166,153,210). Sum of RGB (Red+Green+Blue) = 166+153+210=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #A699D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699D2 is #59662D. Grayscale: #A3A3A3. Windows color (decimal): -5858862 or 13801894. OLE color: 13801894.
HSL color Cylindrical-coordinate representation of color #A699D2: hue angle of 253.68º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A699D2 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 153 | 210 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.18 |
| HSL | 253.68º | 0.39% | 0.71% | - |
| HSV(B) | 253.68º | 0.27% | 0.82% | - |
| XYZ | 38.75 | 35.54 | 65.79 | - |
| YUV | 163.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 210 | 0.21 | 0.27 | 0 | 0.18 | 253.68 | 0.39 | 0.71 |
| Hex | A6 | 99 | D2 | 15 | 1B | 0 | 12 | FE | 27 | 47 |
| Octal | 246 | 231 | 322 | 25 | 33 | 0 | 22 | 376 | 47 | 107 |
| Binary | 10100110 | 10011001 | 11010010 | 10101 | 11011 | 0 | 10010 | 11111110 | 100111 | 1000111 |
Color Harmonies of #A699D2
Complementary color
Monochromatic Colors of #A699D2
Black with #A699D2
Text Example
Text Example
White with #A699D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699D2; }
p { color: rgb(166,153,210); }
H1.HeaderClassName
{
color: #A699D2;
}
.AnyTagClassName
{
color: #A699D2;
}
</style>
background-color css
<style>
a { background-color: #A699D2; }
a { background-color: rgb(166,153,210); }
div.DivClassName
{
background-color: #A699D2;
}
.BgClassName
{
background-color: #A699D2;
}
</style>
border-color css
<style>
span { border-color: #A699D2; }
span { border-color: rgb(166,153,210); }
td.TdClassName
{
border-color: #A699D2;
}
.TagClassName
{
border-color: #A699D2;
}
</style>