Shades of Biloba Flower #AF99DF
Tints of Biloba Flower #AF99DF
RGB
CMYK
RGB Variations
Color information
#AF99DF (or 0xAF99DF) is known color: Biloba Flower. HEX triplet: AF, 99 and DF. RGB value is (175,153,223). Sum of RGB (Red+Green+Blue) = 175+153+223=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99DF is #506620. Grayscale: #A7A7A7. Windows color (decimal): -5269025 or 14653871. OLE color: 14653871.
HSL color Cylindrical-coordinate representation of color #AF99DF: hue angle of 258.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF99DF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 153 | 223 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.13 |
| HSL | 258.86º | 0.52% | 0.74% | - |
| HSV(B) | 258.86º | 0.31% | 0.87% | - |
| XYZ | 42.39 | 37.22 | 74.76 | - |
| YUV | 167.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 223 | 0.22 | 0.31 | 0 | 0.13 | 258.86 | 0.52 | 0.74 |
| Hex | AF | 99 | DF | 16 | 1F | 0 | D | 103 | 34 | 4A |
| Octal | 257 | 231 | 337 | 26 | 37 | 0 | 15 | 403 | 64 | 112 |
| Binary | 10101111 | 10011001 | 11011111 | 10110 | 11111 | 0 | 1101 | 100000011 | 110100 | 1001010 |
Color Harmonies of #AF99DF
Complementary color
Monochromatic Colors of #AF99DF
Black with #AF99DF
Text Example
Text Example
White with #AF99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99DF; }
p { color: rgb(175,153,223); }
H1.HeaderClassName
{
color: #AF99DF;
}
.AnyTagClassName
{
color: #AF99DF;
}
</style>
background-color css
<style>
a { background-color: #AF99DF; }
a { background-color: rgb(175,153,223); }
div.DivClassName
{
background-color: #AF99DF;
}
.BgClassName
{
background-color: #AF99DF;
}
</style>
border-color css
<style>
span { border-color: #AF99DF; }
span { border-color: rgb(175,153,223); }
td.TdClassName
{
border-color: #AF99DF;
}
.TagClassName
{
border-color: #AF99DF;
}
</style>