Shades of Biloba Flower #AF8FFF
Tints of Biloba Flower #AF8FFF
RGB
CMYK
RGB Variations
Color information
#AF8FFF (or 0xAF8FFF) is known color: Biloba Flower. HEX triplet: AF, 8F and FF. RGB value is (175,143,255). Sum of RGB (Red+Green+Blue) = 175+143+255=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FFF is #507000. Grayscale: #A4A4A4. Windows color (decimal): -5271553 or 16748463. OLE color: 16748463.
HSL color Cylindrical-coordinate representation of color #AF8FFF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8FFF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 143 | 255 | - |
| CMYK | 0.31 | 0.44 | 0 | 0 |
| HSL | 257.14º | 1% | 0.78% | - |
| HSV(B) | 257.14º | 0.44% | 1% | - |
| XYZ | 45.55 | 35.98 | 99.15 | - |
| YUV | 165.34 | 178.6 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 255 | 0.31 | 0.44 | 0 | 0 | 257.14 | 1 | 0.78 |
| Hex | AF | 8F | FF | 1F | 2C | 0 | 0 | 101 | 64 | 4E |
| Octal | 257 | 217 | 377 | 37 | 54 | 0 | 0 | 401 | 144 | 116 |
| Binary | 10101111 | 10001111 | 11111111 | 11111 | 101100 | 0 | 0 | 100000001 | 1100100 | 1001110 |
Color Harmonies of #AF8FFF
Complementary color
Monochromatic Colors of #AF8FFF
Black with #AF8FFF
Text Example
Text Example
White with #AF8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FFF; }
p { color: rgb(175,143,255); }
H1.HeaderClassName
{
color: #AF8FFF;
}
.AnyTagClassName
{
color: #AF8FFF;
}
</style>
background-color css
<style>
a { background-color: #AF8FFF; }
a { background-color: rgb(175,143,255); }
div.DivClassName
{
background-color: #AF8FFF;
}
.BgClassName
{
background-color: #AF8FFF;
}
</style>
border-color css
<style>
span { border-color: #AF8FFF; }
span { border-color: rgb(175,143,255); }
td.TdClassName
{
border-color: #AF8FFF;
}
.TagClassName
{
border-color: #AF8FFF;
}
</style>