Shades of Biloba Flower #AF8BDB
Tints of Biloba Flower #AF8BDB
RGB
CMYK
RGB Variations
Color information
#AF8BDB (or 0xAF8BDB) is known color: Biloba Flower. HEX triplet: AF, 8B and DB. RGB value is (175,139,219). Sum of RGB (Red+Green+Blue) = 175+139+219=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BDB is #507424. Grayscale: #9E9E9E. Windows color (decimal): -5272613 or 14388143. OLE color: 14388143.
HSL color Cylindrical-coordinate representation of color #AF8BDB: hue angle of 267º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8BDB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 139 | 219 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.14 |
| HSL | 267º | 0.53% | 0.7% | - |
| HSV(B) | 267º | 0.37% | 0.86% | - |
| XYZ | 39.7 | 32.69 | 71.24 | - |
| YUV | 158.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 219 | 0.20 | 0.37 | 0 | 0.14 | 267 | 0.53 | 0.7 |
| Hex | AF | 8B | DB | 14 | 25 | 0 | E | 10B | 35 | 46 |
| Octal | 257 | 213 | 333 | 24 | 45 | 0 | 16 | 413 | 65 | 106 |
| Binary | 10101111 | 10001011 | 11011011 | 10100 | 100101 | 0 | 1110 | 100001011 | 110101 | 1000110 |
Color Harmonies of #AF8BDB
Complementary color
Monochromatic Colors of #AF8BDB
Black with #AF8BDB
Text Example
Text Example
White with #AF8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BDB; }
p { color: rgb(175,139,219); }
H1.HeaderClassName
{
color: #AF8BDB;
}
.AnyTagClassName
{
color: #AF8BDB;
}
</style>
background-color css
<style>
a { background-color: #AF8BDB; }
a { background-color: rgb(175,139,219); }
div.DivClassName
{
background-color: #AF8BDB;
}
.BgClassName
{
background-color: #AF8BDB;
}
</style>
border-color css
<style>
span { border-color: #AF8BDB; }
span { border-color: rgb(175,139,219); }
td.TdClassName
{
border-color: #AF8BDB;
}
.TagClassName
{
border-color: #AF8BDB;
}
</style>