Shades of Biloba Flower #AF8BD3
Tints of Biloba Flower #AF8BD3
RGB
CMYK
RGB Variations
Color information
#AF8BD3 (or 0xAF8BD3) is known color: Biloba Flower. HEX triplet: AF, 8B and D3. RGB value is (175,139,211). Sum of RGB (Red+Green+Blue) = 175+139+211=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF8BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BD3 is #50742C. Grayscale: #9D9D9D. Windows color (decimal): -5272621 or 13863855. OLE color: 13863855.
HSL color Cylindrical-coordinate representation of color #AF8BD3: hue angle of 270º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8BD3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 139 | 211 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.17 |
| HSL | 270º | 0.45% | 0.69% | - |
| HSV(B) | 270º | 0.34% | 0.83% | - |
| XYZ | 38.67 | 32.28 | 65.82 | - |
| YUV | 157.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 211 | 0.17 | 0.34 | 0 | 0.17 | 270 | 0.45 | 0.69 |
| Hex | AF | 8B | D3 | 11 | 22 | 0 | 11 | 10E | 2D | 45 |
| Octal | 257 | 213 | 323 | 21 | 42 | 0 | 21 | 416 | 55 | 105 |
| Binary | 10101111 | 10001011 | 11010011 | 10001 | 100010 | 0 | 10001 | 100001110 | 101101 | 1000101 |
Color Harmonies of #AF8BD3
Complementary color
Monochromatic Colors of #AF8BD3
Black with #AF8BD3
Text Example
Text Example
White with #AF8BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BD3; }
p { color: rgb(175,139,211); }
H1.HeaderClassName
{
color: #AF8BD3;
}
.AnyTagClassName
{
color: #AF8BD3;
}
</style>
background-color css
<style>
a { background-color: #AF8BD3; }
a { background-color: rgb(175,139,211); }
div.DivClassName
{
background-color: #AF8BD3;
}
.BgClassName
{
background-color: #AF8BD3;
}
</style>
border-color css
<style>
span { border-color: #AF8BD3; }
span { border-color: rgb(175,139,211); }
td.TdClassName
{
border-color: #AF8BD3;
}
.TagClassName
{
border-color: #AF8BD3;
}
</style>