Shades of Biloba Flower #AF93E2
Tints of Biloba Flower #AF93E2
RGB
CMYK
RGB Variations
Color information
#AF93E2 (or 0xAF93E2) is known color: Biloba Flower. HEX triplet: AF, 93 and E2. RGB value is (175,147,226). Sum of RGB (Red+Green+Blue) = 175+147+226=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF93E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93E2 is #506C1D. Grayscale: #A4A4A4. Windows color (decimal): -5270558 or 14848943. OLE color: 14848943.
HSL color Cylindrical-coordinate representation of color #AF93E2: hue angle of 261.27º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF93E2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 147 | 226 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.11 |
| HSL | 261.27º | 0.58% | 0.73% | - |
| HSV(B) | 261.27º | 0.35% | 0.89% | - |
| XYZ | 41.84 | 35.47 | 76.59 | - |
| YUV | 164.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 226 | 0.23 | 0.35 | 0 | 0.11 | 261.27 | 0.58 | 0.73 |
| Hex | AF | 93 | E2 | 17 | 23 | 0 | B | 105 | 3A | 49 |
| Octal | 257 | 223 | 342 | 27 | 43 | 0 | 13 | 405 | 72 | 111 |
| Binary | 10101111 | 10010011 | 11100010 | 10111 | 100011 | 0 | 1011 | 100000101 | 111010 | 1001001 |
Color Harmonies of #AF93E2
Complementary color
Monochromatic Colors of #AF93E2
Black with #AF93E2
Text Example
Text Example
White with #AF93E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93E2; }
p { color: rgb(175,147,226); }
H1.HeaderClassName
{
color: #AF93E2;
}
.AnyTagClassName
{
color: #AF93E2;
}
</style>
background-color css
<style>
a { background-color: #AF93E2; }
a { background-color: rgb(175,147,226); }
div.DivClassName
{
background-color: #AF93E2;
}
.BgClassName
{
background-color: #AF93E2;
}
</style>
border-color css
<style>
span { border-color: #AF93E2; }
span { border-color: rgb(175,147,226); }
td.TdClassName
{
border-color: #AF93E2;
}
.TagClassName
{
border-color: #AF93E2;
}
</style>