Shades of Biloba Flower #AF8ED0
Tints of Biloba Flower #AF8ED0
RGB
CMYK
RGB Variations
Color information
#AF8ED0 (or 0xAF8ED0) is known color: Biloba Flower. HEX triplet: AF, 8E and D0. RGB value is (175,142,208). Sum of RGB (Red+Green+Blue) = 175+142+208=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF8ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ED0 is #50712F. Grayscale: #9F9F9F. Windows color (decimal): -5271856 or 13668015. OLE color: 13668015.
HSL color Cylindrical-coordinate representation of color #AF8ED0: hue angle of 270º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8ED0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 142 | 208 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.18 |
| HSL | 270º | 0.41% | 0.69% | - |
| HSV(B) | 270º | 0.32% | 0.82% | - |
| XYZ | 38.74 | 33.01 | 64.01 | - |
| YUV | 159.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 208 | 0.16 | 0.32 | 0 | 0.18 | 270 | 0.41 | 0.69 |
| Hex | AF | 8E | D0 | 10 | 20 | 0 | 12 | 10E | 29 | 45 |
| Octal | 257 | 216 | 320 | 20 | 40 | 0 | 22 | 416 | 51 | 105 |
| Binary | 10101111 | 10001110 | 11010000 | 10000 | 100000 | 0 | 10010 | 100001110 | 101001 | 1000101 |
Color Harmonies of #AF8ED0
Complementary color
Monochromatic Colors of #AF8ED0
Black with #AF8ED0
Text Example
Text Example
White with #AF8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ED0; }
p { color: rgb(175,142,208); }
H1.HeaderClassName
{
color: #AF8ED0;
}
.AnyTagClassName
{
color: #AF8ED0;
}
</style>
background-color css
<style>
a { background-color: #AF8ED0; }
a { background-color: rgb(175,142,208); }
div.DivClassName
{
background-color: #AF8ED0;
}
.BgClassName
{
background-color: #AF8ED0;
}
</style>
border-color css
<style>
span { border-color: #AF8ED0; }
span { border-color: rgb(175,142,208); }
td.TdClassName
{
border-color: #AF8ED0;
}
.TagClassName
{
border-color: #AF8ED0;
}
</style>