Shades of Biloba Flower #AF92E9
Tints of Biloba Flower #AF92E9
RGB
CMYK
RGB Variations
Color information
#AF92E9 (or 0xAF92E9) is known color: Biloba Flower. HEX triplet: AF, 92 and E9. RGB value is (175,146,233). Sum of RGB (Red+Green+Blue) = 175+146+233=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF92E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92E9 is #506D16. Grayscale: #A4A4A4. Windows color (decimal): -5270807 or 15307439. OLE color: 15307439.
HSL color Cylindrical-coordinate representation of color #AF92E9: hue angle of 260º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF92E9 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 146 | 233 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.09 |
| HSL | 260º | 0.66% | 0.74% | - |
| HSV(B) | 260º | 0.37% | 0.91% | - |
| XYZ | 42.67 | 35.55 | 81.7 | - |
| YUV | 164.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 233 | 0.25 | 0.37 | 0 | 0.09 | 260 | 0.66 | 0.74 |
| Hex | AF | 92 | E9 | 19 | 25 | 0 | 9 | 104 | 42 | 4A |
| Octal | 257 | 222 | 351 | 31 | 45 | 0 | 11 | 404 | 102 | 112 |
| Binary | 10101111 | 10010010 | 11101001 | 11001 | 100101 | 0 | 1001 | 100000100 | 1000010 | 1001010 |
Color Harmonies of #AF92E9
Complementary color
Monochromatic Colors of #AF92E9
Black with #AF92E9
Text Example
Text Example
White with #AF92E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92E9; }
p { color: rgb(175,146,233); }
H1.HeaderClassName
{
color: #AF92E9;
}
.AnyTagClassName
{
color: #AF92E9;
}
</style>
background-color css
<style>
a { background-color: #AF92E9; }
a { background-color: rgb(175,146,233); }
div.DivClassName
{
background-color: #AF92E9;
}
.BgClassName
{
background-color: #AF92E9;
}
</style>
border-color css
<style>
span { border-color: #AF92E9; }
span { border-color: rgb(175,146,233); }
td.TdClassName
{
border-color: #AF92E9;
}
.TagClassName
{
border-color: #AF92E9;
}
</style>