Shades of Biloba Flower #AF8FDA
Tints of Biloba Flower #AF8FDA
RGB
CMYK
RGB Variations
Color information
#AF8FDA (or 0xAF8FDA) is known color: Biloba Flower. HEX triplet: AF, 8F and DA. RGB value is (175,143,218). Sum of RGB (Red+Green+Blue) = 175+143+218=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FDA is #507025. Grayscale: #A0A0A0. Windows color (decimal): -5271590 or 14323631. OLE color: 14323631.
HSL color Cylindrical-coordinate representation of color #AF8FDA: hue angle of 265.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8FDA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 143 | 218 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.15 |
| HSL | 265.6º | 0.5% | 0.71% | - |
| HSV(B) | 265.6º | 0.34% | 0.85% | - |
| XYZ | 40.16 | 33.82 | 70.74 | - |
| YUV | 161.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 218 | 0.20 | 0.34 | 0 | 0.15 | 265.6 | 0.5 | 0.71 |
| Hex | AF | 8F | DA | 14 | 22 | 0 | F | 10A | 32 | 47 |
| Octal | 257 | 217 | 332 | 24 | 42 | 0 | 17 | 412 | 62 | 107 |
| Binary | 10101111 | 10001111 | 11011010 | 10100 | 100010 | 0 | 1111 | 100001010 | 110010 | 1000111 |
Color Harmonies of #AF8FDA
Complementary color
Monochromatic Colors of #AF8FDA
Black with #AF8FDA
Text Example
Text Example
White with #AF8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FDA; }
p { color: rgb(175,143,218); }
H1.HeaderClassName
{
color: #AF8FDA;
}
.AnyTagClassName
{
color: #AF8FDA;
}
</style>
background-color css
<style>
a { background-color: #AF8FDA; }
a { background-color: rgb(175,143,218); }
div.DivClassName
{
background-color: #AF8FDA;
}
.BgClassName
{
background-color: #AF8FDA;
}
</style>
border-color css
<style>
span { border-color: #AF8FDA; }
span { border-color: rgb(175,143,218); }
td.TdClassName
{
border-color: #AF8FDA;
}
.TagClassName
{
border-color: #AF8FDA;
}
</style>