Shades of Biloba Flower #AF9EDC
Tints of Biloba Flower #AF9EDC
RGB
CMYK
RGB Variations
Color information
#AF9EDC (or 0xAF9EDC) is known color: Biloba Flower. HEX triplet: AF, 9E and DC. RGB value is (175,158,220). Sum of RGB (Red+Green+Blue) = 175+158+220=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EDC is #506123. Grayscale: #A9A9A9. Windows color (decimal): -5267748 or 14458543. OLE color: 14458543.
HSL color Cylindrical-coordinate representation of color #AF9EDC: hue angle of 256.45º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF9EDC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 158 | 220 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.14 |
| HSL | 256.45º | 0.47% | 0.74% | - |
| HSV(B) | 256.45º | 0.28% | 0.86% | - |
| XYZ | 42.82 | 38.73 | 72.93 | - |
| YUV | 170.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 220 | 0.20 | 0.28 | 0 | 0.14 | 256.45 | 0.47 | 0.74 |
| Hex | AF | 9E | DC | 14 | 1C | 0 | E | 100 | 2F | 4A |
| Octal | 257 | 236 | 334 | 24 | 34 | 0 | 16 | 400 | 57 | 112 |
| Binary | 10101111 | 10011110 | 11011100 | 10100 | 11100 | 0 | 1110 | 100000000 | 101111 | 1001010 |
Color Harmonies of #AF9EDC
Complementary color
Monochromatic Colors of #AF9EDC
Black with #AF9EDC
Text Example
Text Example
White with #AF9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9EDC; }
p { color: rgb(175,158,220); }
H1.HeaderClassName
{
color: #AF9EDC;
}
.AnyTagClassName
{
color: #AF9EDC;
}
</style>
background-color css
<style>
a { background-color: #AF9EDC; }
a { background-color: rgb(175,158,220); }
div.DivClassName
{
background-color: #AF9EDC;
}
.BgClassName
{
background-color: #AF9EDC;
}
</style>
border-color css
<style>
span { border-color: #AF9EDC; }
span { border-color: rgb(175,158,220); }
td.TdClassName
{
border-color: #AF9EDC;
}
.TagClassName
{
border-color: #AF9EDC;
}
</style>