Shades of Biloba Flower #AF85DB
Tints of Biloba Flower #AF85DB
RGB
CMYK
RGB Variations
Color information
#AF85DB (or 0xAF85DB) is known color: Biloba Flower. HEX triplet: AF, 85 and DB. RGB value is (175,133,219). Sum of RGB (Red+Green+Blue) = 175+133+219=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DB is #507A24. Grayscale: #9B9B9B. Windows color (decimal): -5274149 or 14386607. OLE color: 14386607.
HSL color Cylindrical-coordinate representation of color #AF85DB: hue angle of 269.3º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF85DB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 133 | 219 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.14 |
| HSL | 269.3º | 0.54% | 0.69% | - |
| HSV(B) | 269.3º | 0.39% | 0.86% | - |
| XYZ | 38.85 | 31 | 70.95 | - |
| YUV | 155.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 219 | 0.20 | 0.39 | 0 | 0.14 | 269.3 | 0.54 | 0.69 |
| Hex | AF | 85 | DB | 14 | 27 | 0 | E | 10D | 36 | 45 |
| Octal | 257 | 205 | 333 | 24 | 47 | 0 | 16 | 415 | 66 | 105 |
| Binary | 10101111 | 10000101 | 11011011 | 10100 | 100111 | 0 | 1110 | 100001101 | 110110 | 1000101 |
Color Harmonies of #AF85DB
Complementary color
Monochromatic Colors of #AF85DB
Black with #AF85DB
Text Example
Text Example
White with #AF85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85DB; }
p { color: rgb(175,133,219); }
H1.HeaderClassName
{
color: #AF85DB;
}
.AnyTagClassName
{
color: #AF85DB;
}
</style>
background-color css
<style>
a { background-color: #AF85DB; }
a { background-color: rgb(175,133,219); }
div.DivClassName
{
background-color: #AF85DB;
}
.BgClassName
{
background-color: #AF85DB;
}
</style>
border-color css
<style>
span { border-color: #AF85DB; }
span { border-color: rgb(175,133,219); }
td.TdClassName
{
border-color: #AF85DB;
}
.TagClassName
{
border-color: #AF85DB;
}
</style>