Shades of Biloba Flower #AF93FE
Tints of Biloba Flower #AF93FE
RGB
CMYK
RGB Variations
Color information
#AF93FE (or 0xAF93FE) is known color: Biloba Flower. HEX triplet: AF, 93 and FE. RGB value is (175,147,254). Sum of RGB (Red+Green+Blue) = 175+147+254=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93FE is #506C01. Grayscale: #A7A7A7. Windows color (decimal): -5270530 or 16683951. OLE color: 16683951.
HSL color Cylindrical-coordinate representation of color #AF93FE: hue angle of 255.7º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF93FE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 147 | 254 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.00 |
| HSL | 255.7º | 0.98% | 0.79% | - |
| HSV(B) | 255.7º | 0.42% | 1% | - |
| XYZ | 46 | 37.14 | 98.51 | - |
| YUV | 167.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 254 | 0.31 | 0.42 | 0 | 0.00 | 255.7 | 0.98 | 0.79 |
| Hex | AF | 93 | FE | 1F | 2A | 0 | 0 | 100 | 62 | 4F |
| Octal | 257 | 223 | 376 | 37 | 52 | 0 | 0 | 400 | 142 | 117 |
| Binary | 10101111 | 10010011 | 11111110 | 11111 | 101010 | 0 | 0 | 100000000 | 1100010 | 1001111 |
Color Harmonies of #AF93FE
Complementary color
Monochromatic Colors of #AF93FE
Black with #AF93FE
Text Example
Text Example
White with #AF93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93FE; }
p { color: rgb(175,147,254); }
H1.HeaderClassName
{
color: #AF93FE;
}
.AnyTagClassName
{
color: #AF93FE;
}
</style>
background-color css
<style>
a { background-color: #AF93FE; }
a { background-color: rgb(175,147,254); }
div.DivClassName
{
background-color: #AF93FE;
}
.BgClassName
{
background-color: #AF93FE;
}
</style>
border-color css
<style>
span { border-color: #AF93FE; }
span { border-color: rgb(175,147,254); }
td.TdClassName
{
border-color: #AF93FE;
}
.TagClassName
{
border-color: #AF93FE;
}
</style>