Shades of Biloba Flower #AF92E3
Tints of Biloba Flower #AF92E3
RGB
CMYK
RGB Variations
Color information
#AF92E3 (or 0xAF92E3) is known color: Biloba Flower. HEX triplet: AF, 92 and E3. RGB value is (175,146,227). Sum of RGB (Red+Green+Blue) = 175+146+227=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF92E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92E3 is #506D1C. Grayscale: #A3A3A3. Windows color (decimal): -5270813 or 14914223. OLE color: 14914223.
HSL color Cylindrical-coordinate representation of color #AF92E3: hue angle of 261.48º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF92E3 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 146 | 227 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.11 |
| HSL | 261.48º | 0.59% | 0.73% | - |
| HSV(B) | 261.48º | 0.36% | 0.89% | - |
| XYZ | 41.82 | 35.22 | 77.27 | - |
| YUV | 163.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 227 | 0.23 | 0.36 | 0 | 0.11 | 261.48 | 0.59 | 0.73 |
| Hex | AF | 92 | E3 | 17 | 24 | 0 | B | 105 | 3B | 49 |
| Octal | 257 | 222 | 343 | 27 | 44 | 0 | 13 | 405 | 73 | 111 |
| Binary | 10101111 | 10010010 | 11100011 | 10111 | 100100 | 0 | 1011 | 100000101 | 111011 | 1001001 |
Color Harmonies of #AF92E3
Complementary color
Monochromatic Colors of #AF92E3
Black with #AF92E3
Text Example
Text Example
White with #AF92E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92E3; }
p { color: rgb(175,146,227); }
H1.HeaderClassName
{
color: #AF92E3;
}
.AnyTagClassName
{
color: #AF92E3;
}
</style>
background-color css
<style>
a { background-color: #AF92E3; }
a { background-color: rgb(175,146,227); }
div.DivClassName
{
background-color: #AF92E3;
}
.BgClassName
{
background-color: #AF92E3;
}
</style>
border-color css
<style>
span { border-color: #AF92E3; }
span { border-color: rgb(175,146,227); }
td.TdClassName
{
border-color: #AF92E3;
}
.TagClassName
{
border-color: #AF92E3;
}
</style>