Shades of Biloba Flower #AF9FDB
Tints of Biloba Flower #AF9FDB
RGB
CMYK
RGB Variations
Color information
#AF9FDB (or 0xAF9FDB) is known color: Biloba Flower. HEX triplet: AF, 9F and DB. RGB value is (175,159,219). Sum of RGB (Red+Green+Blue) = 175+159+219=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDB is #506024. Grayscale: #AAAAAA. Windows color (decimal): -5267493 or 14393263. OLE color: 14393263.
HSL color Cylindrical-coordinate representation of color #AF9FDB: hue angle of 256º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF9FDB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 159 | 219 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.14 |
| HSL | 256º | 0.45% | 0.74% | - |
| HSV(B) | 256º | 0.27% | 0.86% | - |
| XYZ | 42.86 | 39.02 | 72.29 | - |
| YUV | 170.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 219 | 0.20 | 0.27 | 0 | 0.14 | 256 | 0.45 | 0.74 |
| Hex | AF | 9F | DB | 14 | 1B | 0 | E | 100 | 2D | 4A |
| Octal | 257 | 237 | 333 | 24 | 33 | 0 | 16 | 400 | 55 | 112 |
| Binary | 10101111 | 10011111 | 11011011 | 10100 | 11011 | 0 | 1110 | 100000000 | 101101 | 1001010 |
Color Harmonies of #AF9FDB
Complementary color
Monochromatic Colors of #AF9FDB
Black with #AF9FDB
Text Example
Text Example
White with #AF9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9FDB; }
p { color: rgb(175,159,219); }
H1.HeaderClassName
{
color: #AF9FDB;
}
.AnyTagClassName
{
color: #AF9FDB;
}
</style>
background-color css
<style>
a { background-color: #AF9FDB; }
a { background-color: rgb(175,159,219); }
div.DivClassName
{
background-color: #AF9FDB;
}
.BgClassName
{
background-color: #AF9FDB;
}
</style>
border-color css
<style>
span { border-color: #AF9FDB; }
span { border-color: rgb(175,159,219); }
td.TdClassName
{
border-color: #AF9FDB;
}
.TagClassName
{
border-color: #AF9FDB;
}
</style>