Shades of Biloba Flower #AF93F5
Tints of Biloba Flower #AF93F5
RGB
CMYK
RGB Variations
Color information
#AF93F5 (or 0xAF93F5) is known color: Biloba Flower. HEX triplet: AF, 93 and F5. RGB value is (175,147,245). Sum of RGB (Red+Green+Blue) = 175+147+245=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF93F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93F5 is #506C0A. Grayscale: #A6A6A6. Windows color (decimal): -5270539 or 16094127. OLE color: 16094127.
HSL color Cylindrical-coordinate representation of color #AF93F5: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF93F5 is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 147 | 245 | - |
| CMYK | 0.29 | 0.4 | 0 | 0.04 |
| HSL | 257.14º | 0.83% | 0.77% | - |
| HSV(B) | 257.14º | 0.4% | 0.96% | - |
| XYZ | 44.59 | 36.57 | 91.1 | - |
| YUV | 166.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 245 | 0.29 | 0.4 | 0 | 0.04 | 257.14 | 0.83 | 0.77 |
| Hex | AF | 93 | F5 | 1D | 28 | 0 | 4 | 101 | 53 | 4D |
| Octal | 257 | 223 | 365 | 35 | 50 | 0 | 4 | 401 | 123 | 115 |
| Binary | 10101111 | 10010011 | 11110101 | 11101 | 101000 | 0 | 100 | 100000001 | 1010011 | 1001101 |
Color Harmonies of #AF93F5
Complementary color
Monochromatic Colors of #AF93F5
Black with #AF93F5
Text Example
Text Example
White with #AF93F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93F5; }
p { color: rgb(175,147,245); }
H1.HeaderClassName
{
color: #AF93F5;
}
.AnyTagClassName
{
color: #AF93F5;
}
</style>
background-color css
<style>
a { background-color: #AF93F5; }
a { background-color: rgb(175,147,245); }
div.DivClassName
{
background-color: #AF93F5;
}
.BgClassName
{
background-color: #AF93F5;
}
</style>
border-color css
<style>
span { border-color: #AF93F5; }
span { border-color: rgb(175,147,245); }
td.TdClassName
{
border-color: #AF93F5;
}
.TagClassName
{
border-color: #AF93F5;
}
</style>