Shades of Biloba Flower #AF9FDC
Tints of Biloba Flower #AF9FDC
RGB
CMYK
RGB Variations
Color information
#AF9FDC (or 0xAF9FDC) is known color: Biloba Flower. HEX triplet: AF, 9F and DC. RGB value is (175,159,220). Sum of RGB (Red+Green+Blue) = 175+159+220=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDC is #506023. Grayscale: #AAAAAA. Windows color (decimal): -5267492 or 14458799. OLE color: 14458799.
HSL color Cylindrical-coordinate representation of color #AF9FDC: hue angle of 255.74º 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 #AF9FDC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 159 | 220 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.14 |
| HSL | 255.74º | 0.47% | 0.74% | - |
| HSV(B) | 255.74º | 0.28% | 0.86% | - |
| XYZ | 43 | 39.08 | 72.99 | - |
| YUV | 170.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 220 | 0.20 | 0.28 | 0 | 0.14 | 255.74 | 0.47 | 0.74 |
| Hex | AF | 9F | DC | 14 | 1C | 0 | E | 100 | 2F | 4A |
| Octal | 257 | 237 | 334 | 24 | 34 | 0 | 16 | 400 | 57 | 112 |
| Binary | 10101111 | 10011111 | 11011100 | 10100 | 11100 | 0 | 1110 | 100000000 | 101111 | 1001010 |
Color Harmonies of #AF9FDC
Complementary color
Monochromatic Colors of #AF9FDC
Black with #AF9FDC
Text Example
Text Example
White with #AF9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9FDC; }
p { color: rgb(175,159,220); }
H1.HeaderClassName
{
color: #AF9FDC;
}
.AnyTagClassName
{
color: #AF9FDC;
}
</style>
background-color css
<style>
a { background-color: #AF9FDC; }
a { background-color: rgb(175,159,220); }
div.DivClassName
{
background-color: #AF9FDC;
}
.BgClassName
{
background-color: #AF9FDC;
}
</style>
border-color css
<style>
span { border-color: #AF9FDC; }
span { border-color: rgb(175,159,220); }
td.TdClassName
{
border-color: #AF9FDC;
}
.TagClassName
{
border-color: #AF9FDC;
}
</style>