Shades of Biloba Flower #AF98F2
Tints of Biloba Flower #AF98F2
RGB
CMYK
RGB Variations
Color information
#AF98F2 (or 0xAF98F2) is known color: Biloba Flower. HEX triplet: AF, 98 and F2. RGB value is (175,152,242). Sum of RGB (Red+Green+Blue) = 175+152+242=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF98F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98F2 is #50670D. Grayscale: #A8A8A8. Windows color (decimal): -5269262 or 15898799. OLE color: 15898799.
HSL color Cylindrical-coordinate representation of color #AF98F2: hue angle of 255.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF98F2 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 152 | 242 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.05 |
| HSL | 255.33º | 0.78% | 0.77% | - |
| HSV(B) | 255.33º | 0.37% | 0.95% | - |
| XYZ | 44.93 | 37.98 | 88.97 | - |
| YUV | 169.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 242 | 0.28 | 0.37 | 0 | 0.05 | 255.33 | 0.78 | 0.77 |
| Hex | AF | 98 | F2 | 1C | 25 | 0 | 5 | FF | 4E | 4D |
| Octal | 257 | 230 | 362 | 34 | 45 | 0 | 5 | 377 | 116 | 115 |
| Binary | 10101111 | 10011000 | 11110010 | 11100 | 100101 | 0 | 101 | 11111111 | 1001110 | 1001101 |
Color Harmonies of #AF98F2
Complementary color
Monochromatic Colors of #AF98F2
Black with #AF98F2
Text Example
Text Example
White with #AF98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF98F2; }
p { color: rgb(175,152,242); }
H1.HeaderClassName
{
color: #AF98F2;
}
.AnyTagClassName
{
color: #AF98F2;
}
</style>
background-color css
<style>
a { background-color: #AF98F2; }
a { background-color: rgb(175,152,242); }
div.DivClassName
{
background-color: #AF98F2;
}
.BgClassName
{
background-color: #AF98F2;
}
</style>
border-color css
<style>
span { border-color: #AF98F2; }
span { border-color: rgb(175,152,242); }
td.TdClassName
{
border-color: #AF98F2;
}
.TagClassName
{
border-color: #AF98F2;
}
</style>