Shades of Biloba Flower #AF98CE
Tints of Biloba Flower #AF98CE
RGB
CMYK
RGB Variations
Color information
#AF98CE (or 0xAF98CE) is known color: Biloba Flower. HEX triplet: AF, 98 and CE. RGB value is (175,152,206). Sum of RGB (Red+Green+Blue) = 175+152+206=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98CE is #506731. Grayscale: #A4A4A4. Windows color (decimal): -5269298 or 13539503. OLE color: 13539503.
HSL color Cylindrical-coordinate representation of color #AF98CE: hue angle of 265.56º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF98CE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 152 | 206 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.19 |
| HSL | 265.56º | 0.36% | 0.7% | - |
| HSV(B) | 265.56º | 0.26% | 0.81% | - |
| XYZ | 40.05 | 36.03 | 63.24 | - |
| YUV | 165.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 206 | 0.15 | 0.26 | 0 | 0.19 | 265.56 | 0.36 | 0.7 |
| Hex | AF | 98 | CE | F | 1A | 0 | 13 | 10A | 24 | 46 |
| Octal | 257 | 230 | 316 | 17 | 32 | 0 | 23 | 412 | 44 | 106 |
| Binary | 10101111 | 10011000 | 11001110 | 1111 | 11010 | 0 | 10011 | 100001010 | 100100 | 1000110 |
Color Harmonies of #AF98CE
Complementary color
Monochromatic Colors of #AF98CE
Black with #AF98CE
Text Example
Text Example
White with #AF98CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98CE; }
p { color: rgb(175,152,206); }
H1.HeaderClassName
{
color: #AF98CE;
}
.AnyTagClassName
{
color: #AF98CE;
}
</style>
background-color css
<style>
a { background-color: #AF98CE; }
a { background-color: rgb(175,152,206); }
div.DivClassName
{
background-color: #AF98CE;
}
.BgClassName
{
background-color: #AF98CE;
}
</style>
border-color css
<style>
span { border-color: #AF98CE; }
span { border-color: rgb(175,152,206); }
td.TdClassName
{
border-color: #AF98CE;
}
.TagClassName
{
border-color: #AF98CE;
}
</style>