Shades of Biloba Flower #AF8DF3
Tints of Biloba Flower #AF8DF3
RGB
CMYK
RGB Variations
Color information
#AF8DF3 (or 0xAF8DF3) is known color: Biloba Flower. HEX triplet: AF, 8D and F3. RGB value is (175,141,243). Sum of RGB (Red+Green+Blue) = 175+141+243=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF8DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF3 is #50720C. Grayscale: #A2A2A2. Windows color (decimal): -5272077 or 15961519. OLE color: 15961519.
HSL color Cylindrical-coordinate representation of color #AF8DF3: hue angle of 260º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8DF3 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 141 | 243 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.05 |
| HSL | 260º | 0.81% | 0.75% | - |
| HSV(B) | 260º | 0.42% | 0.95% | - |
| XYZ | 43.38 | 34.63 | 89.19 | - |
| YUV | 162.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 243 | 0.28 | 0.42 | 0 | 0.05 | 260 | 0.81 | 0.75 |
| Hex | AF | 8D | F3 | 1C | 2A | 0 | 5 | 104 | 51 | 4B |
| Octal | 257 | 215 | 363 | 34 | 52 | 0 | 5 | 404 | 121 | 113 |
| Binary | 10101111 | 10001101 | 11110011 | 11100 | 101010 | 0 | 101 | 100000100 | 1010001 | 1001011 |
Color Harmonies of #AF8DF3
Complementary color
Monochromatic Colors of #AF8DF3
Black with #AF8DF3
Text Example
Text Example
White with #AF8DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DF3; }
p { color: rgb(175,141,243); }
H1.HeaderClassName
{
color: #AF8DF3;
}
.AnyTagClassName
{
color: #AF8DF3;
}
</style>
background-color css
<style>
a { background-color: #AF8DF3; }
a { background-color: rgb(175,141,243); }
div.DivClassName
{
background-color: #AF8DF3;
}
.BgClassName
{
background-color: #AF8DF3;
}
</style>
border-color css
<style>
span { border-color: #AF8DF3; }
span { border-color: rgb(175,141,243); }
td.TdClassName
{
border-color: #AF8DF3;
}
.TagClassName
{
border-color: #AF8DF3;
}
</style>