Shades of Biloba Flower #AF8CDD
Tints of Biloba Flower #AF8CDD
RGB
CMYK
RGB Variations
Color information
#AF8CDD (or 0xAF8CDD) is known color: Biloba Flower. HEX triplet: AF, 8C and DD. RGB value is (175,140,221). Sum of RGB (Red+Green+Blue) = 175+140+221=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CDD is #507322. Grayscale: #9F9F9F. Windows color (decimal): -5272355 or 14519471. OLE color: 14519471.
HSL color Cylindrical-coordinate representation of color #AF8CDD: hue angle of 265.93º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8CDD is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 140 | 221 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.13 |
| HSL | 265.93º | 0.54% | 0.71% | - |
| HSV(B) | 265.93º | 0.37% | 0.87% | - |
| XYZ | 40.11 | 33.09 | 72.68 | - |
| YUV | 159.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 221 | 0.21 | 0.37 | 0 | 0.13 | 265.93 | 0.54 | 0.71 |
| Hex | AF | 8C | DD | 15 | 25 | 0 | D | 10A | 36 | 47 |
| Octal | 257 | 214 | 335 | 25 | 45 | 0 | 15 | 412 | 66 | 107 |
| Binary | 10101111 | 10001100 | 11011101 | 10101 | 100101 | 0 | 1101 | 100001010 | 110110 | 1000111 |
Color Harmonies of #AF8CDD
Complementary color
Monochromatic Colors of #AF8CDD
Black with #AF8CDD
Text Example
Text Example
White with #AF8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CDD; }
p { color: rgb(175,140,221); }
H1.HeaderClassName
{
color: #AF8CDD;
}
.AnyTagClassName
{
color: #AF8CDD;
}
</style>
background-color css
<style>
a { background-color: #AF8CDD; }
a { background-color: rgb(175,140,221); }
div.DivClassName
{
background-color: #AF8CDD;
}
.BgClassName
{
background-color: #AF8CDD;
}
</style>
border-color css
<style>
span { border-color: #AF8CDD; }
span { border-color: rgb(175,140,221); }
td.TdClassName
{
border-color: #AF8CDD;
}
.TagClassName
{
border-color: #AF8CDD;
}
</style>