Shades of Biloba Flower #AF85DD
Tints of Biloba Flower #AF85DD
RGB
CMYK
RGB Variations
Color information
#AF85DD (or 0xAF85DD) is known color: Biloba Flower. HEX triplet: AF, 85 and DD. RGB value is (175,133,221). Sum of RGB (Red+Green+Blue) = 175+133+221=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DD is #507A22. Grayscale: #9B9B9B. Windows color (decimal): -5274147 or 14517679. OLE color: 14517679.
HSL color Cylindrical-coordinate representation of color #AF85DD: hue angle of 268.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF85DD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 133 | 221 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.13 |
| HSL | 268.64º | 0.56% | 0.69% | - |
| HSV(B) | 268.64º | 0.4% | 0.87% | - |
| XYZ | 39.12 | 31.11 | 72.35 | - |
| YUV | 155.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 221 | 0.21 | 0.40 | 0 | 0.13 | 268.64 | 0.56 | 0.69 |
| Hex | AF | 85 | DD | 15 | 28 | 0 | D | 10D | 38 | 45 |
| Octal | 257 | 205 | 335 | 25 | 50 | 0 | 15 | 415 | 70 | 105 |
| Binary | 10101111 | 10000101 | 11011101 | 10101 | 101000 | 0 | 1101 | 100001101 | 111000 | 1000101 |
Color Harmonies of #AF85DD
Complementary color
Monochromatic Colors of #AF85DD
Black with #AF85DD
Text Example
Text Example
White with #AF85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85DD; }
p { color: rgb(175,133,221); }
H1.HeaderClassName
{
color: #AF85DD;
}
.AnyTagClassName
{
color: #AF85DD;
}
</style>
background-color css
<style>
a { background-color: #AF85DD; }
a { background-color: rgb(175,133,221); }
div.DivClassName
{
background-color: #AF85DD;
}
.BgClassName
{
background-color: #AF85DD;
}
</style>
border-color css
<style>
span { border-color: #AF85DD; }
span { border-color: rgb(175,133,221); }
td.TdClassName
{
border-color: #AF85DD;
}
.TagClassName
{
border-color: #AF85DD;
}
</style>