Shades of Biloba Flower #AF9DEA
Tints of Biloba Flower #AF9DEA
RGB
CMYK
RGB Variations
Color information
#AF9DEA (or 0xAF9DEA) is known color: Biloba Flower. HEX triplet: AF, 9D and EA. RGB value is (175,157,234). Sum of RGB (Red+Green+Blue) = 175+157+234=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9DEA is #506215. Grayscale: #AAAAAA. Windows color (decimal): -5267990 or 15375791. OLE color: 15375791.
HSL color Cylindrical-coordinate representation of color #AF9DEA: hue angle of 254.03º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9DEA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 157 | 234 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.08 |
| HSL | 254.03º | 0.65% | 0.77% | - |
| HSV(B) | 254.03º | 0.33% | 0.92% | - |
| XYZ | 44.59 | 39.17 | 83.05 | - |
| YUV | 171.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 234 | 0.25 | 0.33 | 0 | 0.08 | 254.03 | 0.65 | 0.77 |
| Hex | AF | 9D | EA | 19 | 21 | 0 | 8 | FE | 41 | 4D |
| Octal | 257 | 235 | 352 | 31 | 41 | 0 | 10 | 376 | 101 | 115 |
| Binary | 10101111 | 10011101 | 11101010 | 11001 | 100001 | 0 | 1000 | 11111110 | 1000001 | 1001101 |
Color Harmonies of #AF9DEA
Complementary color
Monochromatic Colors of #AF9DEA
Black with #AF9DEA
Text Example
Text Example
White with #AF9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DEA; }
p { color: rgb(175,157,234); }
H1.HeaderClassName
{
color: #AF9DEA;
}
.AnyTagClassName
{
color: #AF9DEA;
}
</style>
background-color css
<style>
a { background-color: #AF9DEA; }
a { background-color: rgb(175,157,234); }
div.DivClassName
{
background-color: #AF9DEA;
}
.BgClassName
{
background-color: #AF9DEA;
}
</style>
border-color css
<style>
span { border-color: #AF9DEA; }
span { border-color: rgb(175,157,234); }
td.TdClassName
{
border-color: #AF9DEA;
}
.TagClassName
{
border-color: #AF9DEA;
}
</style>