Shades of Biloba Flower #AF88DB
Tints of Biloba Flower #AF88DB
RGB
CMYK
RGB Variations
Color information
#AF88DB (or 0xAF88DB) is known color: Biloba Flower. HEX triplet: AF, 88 and DB. RGB value is (175,136,219). Sum of RGB (Red+Green+Blue) = 175+136+219=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88DB is #507724. Grayscale: #9C9C9C. Windows color (decimal): -5273381 or 14387375. OLE color: 14387375.
HSL color Cylindrical-coordinate representation of color #AF88DB: hue angle of 268.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF88DB is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 136 | 219 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.14 |
| HSL | 268.19º | 0.54% | 0.7% | - |
| HSV(B) | 268.19º | 0.38% | 0.86% | - |
| XYZ | 39.27 | 31.84 | 71.09 | - |
| YUV | 157.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 219 | 0.20 | 0.38 | 0 | 0.14 | 268.19 | 0.54 | 0.7 |
| Hex | AF | 88 | DB | 14 | 26 | 0 | E | 10C | 36 | 46 |
| Octal | 257 | 210 | 333 | 24 | 46 | 0 | 16 | 414 | 66 | 106 |
| Binary | 10101111 | 10001000 | 11011011 | 10100 | 100110 | 0 | 1110 | 100001100 | 110110 | 1000110 |
Color Harmonies of #AF88DB
Complementary color
Monochromatic Colors of #AF88DB
Black with #AF88DB
Text Example
Text Example
White with #AF88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88DB; }
p { color: rgb(175,136,219); }
H1.HeaderClassName
{
color: #AF88DB;
}
.AnyTagClassName
{
color: #AF88DB;
}
</style>
background-color css
<style>
a { background-color: #AF88DB; }
a { background-color: rgb(175,136,219); }
div.DivClassName
{
background-color: #AF88DB;
}
.BgClassName
{
background-color: #AF88DB;
}
</style>
border-color css
<style>
span { border-color: #AF88DB; }
span { border-color: rgb(175,136,219); }
td.TdClassName
{
border-color: #AF88DB;
}
.TagClassName
{
border-color: #AF88DB;
}
</style>