Shades of Biloba Flower #AF9DD5
Tints of Biloba Flower #AF9DD5
RGB
CMYK
RGB Variations
Color information
#AF9DD5 (or 0xAF9DD5) is known color: Biloba Flower. HEX triplet: AF, 9D and D5. RGB value is (175,157,213). Sum of RGB (Red+Green+Blue) = 175+157+213=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF9DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DD5 is #50622A. Grayscale: #A8A8A8. Windows color (decimal): -5268011 or 13999535. OLE color: 13999535.
HSL color Cylindrical-coordinate representation of color #AF9DD5: hue angle of 259.29º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF9DD5 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 157 | 213 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.16 |
| HSL | 259.29º | 0.4% | 0.73% | - |
| HSV(B) | 259.29º | 0.26% | 0.84% | - |
| XYZ | 41.75 | 38.03 | 68.09 | - |
| YUV | 168.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 213 | 0.18 | 0.26 | 0 | 0.16 | 259.29 | 0.4 | 0.73 |
| Hex | AF | 9D | D5 | 12 | 1A | 0 | 10 | 103 | 28 | 49 |
| Octal | 257 | 235 | 325 | 22 | 32 | 0 | 20 | 403 | 50 | 111 |
| Binary | 10101111 | 10011101 | 11010101 | 10010 | 11010 | 0 | 10000 | 100000011 | 101000 | 1001001 |
Color Harmonies of #AF9DD5
Complementary color
Monochromatic Colors of #AF9DD5
Black with #AF9DD5
Text Example
Text Example
White with #AF9DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DD5; }
p { color: rgb(175,157,213); }
H1.HeaderClassName
{
color: #AF9DD5;
}
.AnyTagClassName
{
color: #AF9DD5;
}
</style>
background-color css
<style>
a { background-color: #AF9DD5; }
a { background-color: rgb(175,157,213); }
div.DivClassName
{
background-color: #AF9DD5;
}
.BgClassName
{
background-color: #AF9DD5;
}
</style>
border-color css
<style>
span { border-color: #AF9DD5; }
span { border-color: rgb(175,157,213); }
td.TdClassName
{
border-color: #AF9DD5;
}
.TagClassName
{
border-color: #AF9DD5;
}
</style>