Shades of Biloba Flower #AF93E4
Tints of Biloba Flower #AF93E4
RGB
CMYK
RGB Variations
Color information
#AF93E4 (or 0xAF93E4) is known color: Biloba Flower. HEX triplet: AF, 93 and E4. RGB value is (175,147,228). Sum of RGB (Red+Green+Blue) = 175+147+228=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF93E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93E4 is #506C1B. Grayscale: #A4A4A4. Windows color (decimal): -5270556 or 14980015. OLE color: 14980015.
HSL color Cylindrical-coordinate representation of color #AF93E4: hue angle of 260.74º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF93E4 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 147 | 228 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.11 |
| HSL | 260.74º | 0.6% | 0.74% | - |
| HSV(B) | 260.74º | 0.36% | 0.89% | - |
| XYZ | 42.12 | 35.58 | 78.05 | - |
| YUV | 164.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 228 | 0.23 | 0.36 | 0 | 0.11 | 260.74 | 0.6 | 0.74 |
| Hex | AF | 93 | E4 | 17 | 24 | 0 | B | 105 | 3C | 4A |
| Octal | 257 | 223 | 344 | 27 | 44 | 0 | 13 | 405 | 74 | 112 |
| Binary | 10101111 | 10010011 | 11100100 | 10111 | 100100 | 0 | 1011 | 100000101 | 111100 | 1001010 |
Color Harmonies of #AF93E4
Complementary color
Monochromatic Colors of #AF93E4
Black with #AF93E4
Text Example
Text Example
White with #AF93E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93E4; }
p { color: rgb(175,147,228); }
H1.HeaderClassName
{
color: #AF93E4;
}
.AnyTagClassName
{
color: #AF93E4;
}
</style>
background-color css
<style>
a { background-color: #AF93E4; }
a { background-color: rgb(175,147,228); }
div.DivClassName
{
background-color: #AF93E4;
}
.BgClassName
{
background-color: #AF93E4;
}
</style>
border-color css
<style>
span { border-color: #AF93E4; }
span { border-color: rgb(175,147,228); }
td.TdClassName
{
border-color: #AF93E4;
}
.TagClassName
{
border-color: #AF93E4;
}
</style>