Shades of Biloba Flower #AF9DD3
Tints of Biloba Flower #AF9DD3
RGB
CMYK
RGB Variations
Color information
#AF9DD3 (or 0xAF9DD3) is known color: Biloba Flower. HEX triplet: AF, 9D and D3. RGB value is (175,157,211). Sum of RGB (Red+Green+Blue) = 175+157+211=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF9DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DD3 is #50622C. Grayscale: #A8A8A8. Windows color (decimal): -5268013 or 13868463. OLE color: 13868463.
HSL color Cylindrical-coordinate representation of color #AF9DD3: hue angle of 260º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF9DD3 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 157 | 211 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.17 |
| HSL | 260º | 0.38% | 0.72% | - |
| HSV(B) | 260º | 0.26% | 0.83% | - |
| XYZ | 41.49 | 37.93 | 66.76 | - |
| YUV | 168.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 211 | 0.17 | 0.26 | 0 | 0.17 | 260 | 0.38 | 0.72 |
| Hex | AF | 9D | D3 | 11 | 1A | 0 | 11 | 104 | 26 | 48 |
| Octal | 257 | 235 | 323 | 21 | 32 | 0 | 21 | 404 | 46 | 110 |
| Binary | 10101111 | 10011101 | 11010011 | 10001 | 11010 | 0 | 10001 | 100000100 | 100110 | 1001000 |
Color Harmonies of #AF9DD3
Complementary color
Monochromatic Colors of #AF9DD3
Black with #AF9DD3
Text Example
Text Example
White with #AF9DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DD3; }
p { color: rgb(175,157,211); }
H1.HeaderClassName
{
color: #AF9DD3;
}
.AnyTagClassName
{
color: #AF9DD3;
}
</style>
background-color css
<style>
a { background-color: #AF9DD3; }
a { background-color: rgb(175,157,211); }
div.DivClassName
{
background-color: #AF9DD3;
}
.BgClassName
{
background-color: #AF9DD3;
}
</style>
border-color css
<style>
span { border-color: #AF9DD3; }
span { border-color: rgb(175,157,211); }
td.TdClassName
{
border-color: #AF9DD3;
}
.TagClassName
{
border-color: #AF9DD3;
}
</style>