Shades of Biloba Flower #AF8FDD
Tints of Biloba Flower #AF8FDD
RGB
CMYK
RGB Variations
Color information
#AF8FDD (or 0xAF8FDD) is known color: Biloba Flower. HEX triplet: AF, 8F and DD. RGB value is (175,143,221). Sum of RGB (Red+Green+Blue) = 175+143+221=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FDD is #507022. Grayscale: #A1A1A1. Windows color (decimal): -5271587 or 14520239. OLE color: 14520239.
HSL color Cylindrical-coordinate representation of color #AF8FDD: hue angle of 264.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8FDD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 143 | 221 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.13 |
| HSL | 264.62º | 0.53% | 0.71% | - |
| HSV(B) | 264.62º | 0.35% | 0.87% | - |
| XYZ | 40.55 | 33.98 | 72.83 | - |
| YUV | 161.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 221 | 0.21 | 0.35 | 0 | 0.13 | 264.62 | 0.53 | 0.71 |
| Hex | AF | 8F | DD | 15 | 23 | 0 | D | 109 | 35 | 47 |
| Octal | 257 | 217 | 335 | 25 | 43 | 0 | 15 | 411 | 65 | 107 |
| Binary | 10101111 | 10001111 | 11011101 | 10101 | 100011 | 0 | 1101 | 100001001 | 110101 | 1000111 |
Color Harmonies of #AF8FDD
Complementary color
Monochromatic Colors of #AF8FDD
Black with #AF8FDD
Text Example
Text Example
White with #AF8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FDD; }
p { color: rgb(175,143,221); }
H1.HeaderClassName
{
color: #AF8FDD;
}
.AnyTagClassName
{
color: #AF8FDD;
}
</style>
background-color css
<style>
a { background-color: #AF8FDD; }
a { background-color: rgb(175,143,221); }
div.DivClassName
{
background-color: #AF8FDD;
}
.BgClassName
{
background-color: #AF8FDD;
}
</style>
border-color css
<style>
span { border-color: #AF8FDD; }
span { border-color: rgb(175,143,221); }
td.TdClassName
{
border-color: #AF8FDD;
}
.TagClassName
{
border-color: #AF8FDD;
}
</style>