Shades of Biloba Flower #AF8FE8
Tints of Biloba Flower #AF8FE8
RGB
CMYK
RGB Variations
Color information
#AF8FE8 (or 0xAF8FE8) is known color: Biloba Flower. HEX triplet: AF, 8F and E8. RGB value is (175,143,232). Sum of RGB (Red+Green+Blue) = 175+143+232=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF8FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FE8 is #507017. Grayscale: #A2A2A2. Windows color (decimal): -5271576 or 15241135. OLE color: 15241135.
HSL color Cylindrical-coordinate representation of color #AF8FE8: hue angle of 261.57º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8FE8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 143 | 232 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.09 |
| HSL | 261.57º | 0.66% | 0.74% | - |
| HSV(B) | 261.57º | 0.38% | 0.91% | - |
| XYZ | 42.07 | 34.59 | 80.8 | - |
| YUV | 162.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 232 | 0.25 | 0.38 | 0 | 0.09 | 261.57 | 0.66 | 0.74 |
| Hex | AF | 8F | E8 | 19 | 26 | 0 | 9 | 106 | 42 | 4A |
| Octal | 257 | 217 | 350 | 31 | 46 | 0 | 11 | 406 | 102 | 112 |
| Binary | 10101111 | 10001111 | 11101000 | 11001 | 100110 | 0 | 1001 | 100000110 | 1000010 | 1001010 |
Color Harmonies of #AF8FE8
Complementary color
Monochromatic Colors of #AF8FE8
Black with #AF8FE8
Text Example
Text Example
White with #AF8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FE8; }
p { color: rgb(175,143,232); }
H1.HeaderClassName
{
color: #AF8FE8;
}
.AnyTagClassName
{
color: #AF8FE8;
}
</style>
background-color css
<style>
a { background-color: #AF8FE8; }
a { background-color: rgb(175,143,232); }
div.DivClassName
{
background-color: #AF8FE8;
}
.BgClassName
{
background-color: #AF8FE8;
}
</style>
border-color css
<style>
span { border-color: #AF8FE8; }
span { border-color: rgb(175,143,232); }
td.TdClassName
{
border-color: #AF8FE8;
}
.TagClassName
{
border-color: #AF8FE8;
}
</style>