Shades of Biloba Flower #AF96E2
Tints of Biloba Flower #AF96E2
RGB
CMYK
RGB Variations
Color information
#AF96E2 (or 0xAF96E2) is known color: Biloba Flower. HEX triplet: AF, 96 and E2. RGB value is (175,150,226). Sum of RGB (Red+Green+Blue) = 175+150+226=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF96E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96E2 is #50691D. Grayscale: #A5A5A5. Windows color (decimal): -5269790 or 14849711. OLE color: 14849711.
HSL color Cylindrical-coordinate representation of color #AF96E2: hue angle of 259.74º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF96E2 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 150 | 226 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.11 |
| HSL | 259.74º | 0.57% | 0.74% | - |
| HSV(B) | 259.74º | 0.34% | 0.89% | - |
| XYZ | 42.31 | 36.42 | 76.75 | - |
| YUV | 166.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 226 | 0.23 | 0.34 | 0 | 0.11 | 259.74 | 0.57 | 0.74 |
| Hex | AF | 96 | E2 | 17 | 22 | 0 | B | 104 | 39 | 4A |
| Octal | 257 | 226 | 342 | 27 | 42 | 0 | 13 | 404 | 71 | 112 |
| Binary | 10101111 | 10010110 | 11100010 | 10111 | 100010 | 0 | 1011 | 100000100 | 111001 | 1001010 |
Color Harmonies of #AF96E2
Complementary color
Monochromatic Colors of #AF96E2
Black with #AF96E2
Text Example
Text Example
White with #AF96E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96E2; }
p { color: rgb(175,150,226); }
H1.HeaderClassName
{
color: #AF96E2;
}
.AnyTagClassName
{
color: #AF96E2;
}
</style>
background-color css
<style>
a { background-color: #AF96E2; }
a { background-color: rgb(175,150,226); }
div.DivClassName
{
background-color: #AF96E2;
}
.BgClassName
{
background-color: #AF96E2;
}
</style>
border-color css
<style>
span { border-color: #AF96E2; }
span { border-color: rgb(175,150,226); }
td.TdClassName
{
border-color: #AF96E2;
}
.TagClassName
{
border-color: #AF96E2;
}
</style>