Shades of Biloba Flower #AF99DD
Tints of Biloba Flower #AF99DD
RGB
CMYK
RGB Variations
Color information
#AF99DD (or 0xAF99DD) is known color: Biloba Flower. HEX triplet: AF, 99 and DD. RGB value is (175,153,221). Sum of RGB (Red+Green+Blue) = 175+153+221=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99DD is #506622. Grayscale: #A7A7A7. Windows color (decimal): -5269027 or 14522799. OLE color: 14522799.
HSL color Cylindrical-coordinate representation of color #AF99DD: hue angle of 259.41º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF99DD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 153 | 221 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.13 |
| HSL | 259.41º | 0.5% | 0.73% | - |
| HSV(B) | 259.41º | 0.31% | 0.87% | - |
| XYZ | 42.12 | 37.12 | 73.35 | - |
| YUV | 167.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 221 | 0.21 | 0.31 | 0 | 0.13 | 259.41 | 0.5 | 0.73 |
| Hex | AF | 99 | DD | 15 | 1F | 0 | D | 103 | 32 | 49 |
| Octal | 257 | 231 | 335 | 25 | 37 | 0 | 15 | 403 | 62 | 111 |
| Binary | 10101111 | 10011001 | 11011101 | 10101 | 11111 | 0 | 1101 | 100000011 | 110010 | 1001001 |
Color Harmonies of #AF99DD
Complementary color
Monochromatic Colors of #AF99DD
Black with #AF99DD
Text Example
Text Example
White with #AF99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99DD; }
p { color: rgb(175,153,221); }
H1.HeaderClassName
{
color: #AF99DD;
}
.AnyTagClassName
{
color: #AF99DD;
}
</style>
background-color css
<style>
a { background-color: #AF99DD; }
a { background-color: rgb(175,153,221); }
div.DivClassName
{
background-color: #AF99DD;
}
.BgClassName
{
background-color: #AF99DD;
}
</style>
border-color css
<style>
span { border-color: #AF99DD; }
span { border-color: rgb(175,153,221); }
td.TdClassName
{
border-color: #AF99DD;
}
.TagClassName
{
border-color: #AF99DD;
}
</style>