Shades of Biloba Flower #AF8BDF
Tints of Biloba Flower #AF8BDF
RGB
CMYK
RGB Variations
Color information
#AF8BDF (or 0xAF8BDF) is known color: Biloba Flower. HEX triplet: AF, 8B and DF. RGB value is (175,139,223). Sum of RGB (Red+Green+Blue) = 175+139+223=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BDF is #507420. Grayscale: #9F9F9F. Windows color (decimal): -5272609 or 14650287. OLE color: 14650287.
HSL color Cylindrical-coordinate representation of color #AF8BDF: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8BDF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 139 | 223 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.13 |
| HSL | 265.71º | 0.57% | 0.71% | - |
| HSV(B) | 265.71º | 0.38% | 0.87% | - |
| XYZ | 40.23 | 32.91 | 74.04 | - |
| YUV | 159.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 223 | 0.22 | 0.38 | 0 | 0.13 | 265.71 | 0.57 | 0.71 |
| Hex | AF | 8B | DF | 16 | 26 | 0 | D | 10A | 39 | 47 |
| Octal | 257 | 213 | 337 | 26 | 46 | 0 | 15 | 412 | 71 | 107 |
| Binary | 10101111 | 10001011 | 11011111 | 10110 | 100110 | 0 | 1101 | 100001010 | 111001 | 1000111 |
Color Harmonies of #AF8BDF
Complementary color
Monochromatic Colors of #AF8BDF
Black with #AF8BDF
Text Example
Text Example
White with #AF8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BDF; }
p { color: rgb(175,139,223); }
H1.HeaderClassName
{
color: #AF8BDF;
}
.AnyTagClassName
{
color: #AF8BDF;
}
</style>
background-color css
<style>
a { background-color: #AF8BDF; }
a { background-color: rgb(175,139,223); }
div.DivClassName
{
background-color: #AF8BDF;
}
.BgClassName
{
background-color: #AF8BDF;
}
</style>
border-color css
<style>
span { border-color: #AF8BDF; }
span { border-color: rgb(175,139,223); }
td.TdClassName
{
border-color: #AF8BDF;
}
.TagClassName
{
border-color: #AF8BDF;
}
</style>