Shades of Biloba Flower #AF92CE
Tints of Biloba Flower #AF92CE
RGB
CMYK
RGB Variations
Color information
#AF92CE (or 0xAF92CE) is known color: Biloba Flower. HEX triplet: AF, 92 and CE. RGB value is (175,146,206). Sum of RGB (Red+Green+Blue) = 175+146+206=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92CE is #506D31. Grayscale: #A1A1A1. Windows color (decimal): -5270834 or 13537967. OLE color: 13537967.
HSL color Cylindrical-coordinate representation of color #AF92CE: hue angle of 269º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF92CE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 146 | 206 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.19 |
| HSL | 269º | 0.38% | 0.69% | - |
| HSV(B) | 269º | 0.29% | 0.81% | - |
| XYZ | 39.1 | 34.13 | 62.92 | - |
| YUV | 161.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 206 | 0.15 | 0.29 | 0 | 0.19 | 269 | 0.38 | 0.69 |
| Hex | AF | 92 | CE | F | 1D | 0 | 13 | 10D | 26 | 45 |
| Octal | 257 | 222 | 316 | 17 | 35 | 0 | 23 | 415 | 46 | 105 |
| Binary | 10101111 | 10010010 | 11001110 | 1111 | 11101 | 0 | 10011 | 100001101 | 100110 | 1000101 |
Color Harmonies of #AF92CE
Complementary color
Monochromatic Colors of #AF92CE
Black with #AF92CE
Text Example
Text Example
White with #AF92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92CE; }
p { color: rgb(175,146,206); }
H1.HeaderClassName
{
color: #AF92CE;
}
.AnyTagClassName
{
color: #AF92CE;
}
</style>
background-color css
<style>
a { background-color: #AF92CE; }
a { background-color: rgb(175,146,206); }
div.DivClassName
{
background-color: #AF92CE;
}
.BgClassName
{
background-color: #AF92CE;
}
</style>
border-color css
<style>
span { border-color: #AF92CE; }
span { border-color: rgb(175,146,206); }
td.TdClassName
{
border-color: #AF92CE;
}
.TagClassName
{
border-color: #AF92CE;
}
</style>