Shades of Biloba Flower #AF9BDD
Tints of Biloba Flower #AF9BDD
RGB
CMYK
RGB Variations
Color information
#AF9BDD (or 0xAF9BDD) is known color: Biloba Flower. HEX triplet: AF, 9B and DD. RGB value is (175,155,221). Sum of RGB (Red+Green+Blue) = 175+155+221=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BDD is #506422. Grayscale: #A8A8A8. Windows color (decimal): -5268515 or 14523311. OLE color: 14523311.
HSL color Cylindrical-coordinate representation of color #AF9BDD: hue angle of 258.18º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF9BDD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 155 | 221 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.13 |
| HSL | 258.18º | 0.49% | 0.74% | - |
| HSV(B) | 258.18º | 0.3% | 0.87% | - |
| XYZ | 42.45 | 37.78 | 73.46 | - |
| YUV | 168.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 221 | 0.21 | 0.30 | 0 | 0.13 | 258.18 | 0.49 | 0.74 |
| Hex | AF | 9B | DD | 15 | 1E | 0 | D | 102 | 31 | 4A |
| Octal | 257 | 233 | 335 | 25 | 36 | 0 | 15 | 402 | 61 | 112 |
| Binary | 10101111 | 10011011 | 11011101 | 10101 | 11110 | 0 | 1101 | 100000010 | 110001 | 1001010 |
Color Harmonies of #AF9BDD
Complementary color
Monochromatic Colors of #AF9BDD
Black with #AF9BDD
Text Example
Text Example
White with #AF9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BDD; }
p { color: rgb(175,155,221); }
H1.HeaderClassName
{
color: #AF9BDD;
}
.AnyTagClassName
{
color: #AF9BDD;
}
</style>
background-color css
<style>
a { background-color: #AF9BDD; }
a { background-color: rgb(175,155,221); }
div.DivClassName
{
background-color: #AF9BDD;
}
.BgClassName
{
background-color: #AF9BDD;
}
</style>
border-color css
<style>
span { border-color: #AF9BDD; }
span { border-color: rgb(175,155,221); }
td.TdClassName
{
border-color: #AF9BDD;
}
.TagClassName
{
border-color: #AF9BDD;
}
</style>