Shades of Biloba Flower #AF99DB
Tints of Biloba Flower #AF99DB
RGB
CMYK
RGB Variations
Color information
#AF99DB (or 0xAF99DB) is known color: Biloba Flower. HEX triplet: AF, 99 and DB. RGB value is (175,153,219). Sum of RGB (Red+Green+Blue) = 175+153+219=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99DB is #506624. Grayscale: #A6A6A6. Windows color (decimal): -5269029 or 14391727. OLE color: 14391727.
HSL color Cylindrical-coordinate representation of color #AF99DB: hue angle of 260º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF99DB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 153 | 219 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.14 |
| HSL | 260º | 0.48% | 0.73% | - |
| HSV(B) | 260º | 0.3% | 0.86% | - |
| XYZ | 41.86 | 37.01 | 71.96 | - |
| YUV | 167.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 219 | 0.20 | 0.30 | 0 | 0.14 | 260 | 0.48 | 0.73 |
| Hex | AF | 99 | DB | 14 | 1E | 0 | E | 104 | 30 | 49 |
| Octal | 257 | 231 | 333 | 24 | 36 | 0 | 16 | 404 | 60 | 111 |
| Binary | 10101111 | 10011001 | 11011011 | 10100 | 11110 | 0 | 1110 | 100000100 | 110000 | 1001001 |
Color Harmonies of #AF99DB
Complementary color
Monochromatic Colors of #AF99DB
Black with #AF99DB
Text Example
Text Example
White with #AF99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99DB; }
p { color: rgb(175,153,219); }
H1.HeaderClassName
{
color: #AF99DB;
}
.AnyTagClassName
{
color: #AF99DB;
}
</style>
background-color css
<style>
a { background-color: #AF99DB; }
a { background-color: rgb(175,153,219); }
div.DivClassName
{
background-color: #AF99DB;
}
.BgClassName
{
background-color: #AF99DB;
}
</style>
border-color css
<style>
span { border-color: #AF99DB; }
span { border-color: rgb(175,153,219); }
td.TdClassName
{
border-color: #AF99DB;
}
.TagClassName
{
border-color: #AF99DB;
}
</style>