Shades of Biloba Flower #AF8DFF
Tints of Biloba Flower #AF8DFF
RGB
CMYK
RGB Variations
Color information
#AF8DFF (or 0xAF8DFF) is known color: Biloba Flower. HEX triplet: AF, 8D and FF. RGB value is (175,141,255). Sum of RGB (Red+Green+Blue) = 175+141+255=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DFF is #507200. Grayscale: #A3A3A3. Windows color (decimal): -5272065 or 16747951. OLE color: 16747951.
HSL color Cylindrical-coordinate representation of color #AF8DFF: hue angle of 257.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8DFF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 141 | 255 | - |
| CMYK | 0.31 | 0.45 | 0 | 0 |
| HSL | 257.89º | 1% | 0.78% | - |
| HSV(B) | 257.89º | 0.45% | 1% | - |
| XYZ | 45.25 | 35.38 | 99.05 | - |
| YUV | 164.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 255 | 0.31 | 0.45 | 0 | 0 | 257.89 | 1 | 0.78 |
| Hex | AF | 8D | FF | 1F | 2D | 0 | 0 | 102 | 64 | 4E |
| Octal | 257 | 215 | 377 | 37 | 55 | 0 | 0 | 402 | 144 | 116 |
| Binary | 10101111 | 10001101 | 11111111 | 11111 | 101101 | 0 | 0 | 100000010 | 1100100 | 1001110 |
Color Harmonies of #AF8DFF
Complementary color
Monochromatic Colors of #AF8DFF
Black with #AF8DFF
Text Example
Text Example
White with #AF8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DFF; }
p { color: rgb(175,141,255); }
H1.HeaderClassName
{
color: #AF8DFF;
}
.AnyTagClassName
{
color: #AF8DFF;
}
</style>
background-color css
<style>
a { background-color: #AF8DFF; }
a { background-color: rgb(175,141,255); }
div.DivClassName
{
background-color: #AF8DFF;
}
.BgClassName
{
background-color: #AF8DFF;
}
</style>
border-color css
<style>
span { border-color: #AF8DFF; }
span { border-color: rgb(175,141,255); }
td.TdClassName
{
border-color: #AF8DFF;
}
.TagClassName
{
border-color: #AF8DFF;
}
</style>