Shades of Biloba Flower #AF94E3
Tints of Biloba Flower #AF94E3
RGB
CMYK
RGB Variations
Color information
#AF94E3 (or 0xAF94E3) is known color: Biloba Flower. HEX triplet: AF, 94 and E3. RGB value is (175,148,227). Sum of RGB (Red+Green+Blue) = 175+148+227=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF94E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94E3 is #506B1C. Grayscale: #A4A4A4. Windows color (decimal): -5270301 or 14914735. OLE color: 14914735.
HSL color Cylindrical-coordinate representation of color #AF94E3: hue angle of 260.51º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF94E3 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 148 | 227 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.11 |
| HSL | 260.51º | 0.59% | 0.74% | - |
| HSV(B) | 260.51º | 0.35% | 0.89% | - |
| XYZ | 42.13 | 35.84 | 77.37 | - |
| YUV | 165.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 227 | 0.23 | 0.35 | 0 | 0.11 | 260.51 | 0.59 | 0.74 |
| Hex | AF | 94 | E3 | 17 | 23 | 0 | B | 105 | 3B | 4A |
| Octal | 257 | 224 | 343 | 27 | 43 | 0 | 13 | 405 | 73 | 112 |
| Binary | 10101111 | 10010100 | 11100011 | 10111 | 100011 | 0 | 1011 | 100000101 | 111011 | 1001010 |
Color Harmonies of #AF94E3
Complementary color
Monochromatic Colors of #AF94E3
Black with #AF94E3
Text Example
Text Example
White with #AF94E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF94E3; }
p { color: rgb(175,148,227); }
H1.HeaderClassName
{
color: #AF94E3;
}
.AnyTagClassName
{
color: #AF94E3;
}
</style>
background-color css
<style>
a { background-color: #AF94E3; }
a { background-color: rgb(175,148,227); }
div.DivClassName
{
background-color: #AF94E3;
}
.BgClassName
{
background-color: #AF94E3;
}
</style>
border-color css
<style>
span { border-color: #AF94E3; }
span { border-color: rgb(175,148,227); }
td.TdClassName
{
border-color: #AF94E3;
}
.TagClassName
{
border-color: #AF94E3;
}
</style>