Shades of Biloba Flower #AF8EDC
Tints of Biloba Flower #AF8EDC
RGB
CMYK
RGB Variations
Color information
#AF8EDC (or 0xAF8EDC) is known color: Biloba Flower. HEX triplet: AF, 8E and DC. RGB value is (175,142,220). Sum of RGB (Red+Green+Blue) = 175+142+220=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF8EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EDC is #507123. Grayscale: #A0A0A0. Windows color (decimal): -5271844 or 14454447. OLE color: 14454447.
HSL color Cylindrical-coordinate representation of color #AF8EDC: hue angle of 265.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8EDC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 142 | 220 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.14 |
| HSL | 265.38º | 0.53% | 0.71% | - |
| HSV(B) | 265.38º | 0.35% | 0.86% | - |
| XYZ | 40.27 | 33.63 | 72.08 | - |
| YUV | 160.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 220 | 0.20 | 0.35 | 0 | 0.14 | 265.38 | 0.53 | 0.71 |
| Hex | AF | 8E | DC | 14 | 23 | 0 | E | 109 | 35 | 47 |
| Octal | 257 | 216 | 334 | 24 | 43 | 0 | 16 | 411 | 65 | 107 |
| Binary | 10101111 | 10001110 | 11011100 | 10100 | 100011 | 0 | 1110 | 100001001 | 110101 | 1000111 |
Color Harmonies of #AF8EDC
Complementary color
Monochromatic Colors of #AF8EDC
Black with #AF8EDC
Text Example
Text Example
White with #AF8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8EDC; }
p { color: rgb(175,142,220); }
H1.HeaderClassName
{
color: #AF8EDC;
}
.AnyTagClassName
{
color: #AF8EDC;
}
</style>
background-color css
<style>
a { background-color: #AF8EDC; }
a { background-color: rgb(175,142,220); }
div.DivClassName
{
background-color: #AF8EDC;
}
.BgClassName
{
background-color: #AF8EDC;
}
</style>
border-color css
<style>
span { border-color: #AF8EDC; }
span { border-color: rgb(175,142,220); }
td.TdClassName
{
border-color: #AF8EDC;
}
.TagClassName
{
border-color: #AF8EDC;
}
</style>