Shades of Biloba Flower #AF7FE8
Tints of Biloba Flower #AF7FE8
RGB
CMYK
RGB Variations
Color information
#AF7FE8 (or 0xAF7FE8) is known color: Biloba Flower. HEX triplet: AF, 7F and E8. RGB value is (175,127,232). Sum of RGB (Red+Green+Blue) = 175+127+232=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF7FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FE8 is #508017. Grayscale: #989898. Windows color (decimal): -5275672 or 15237039. OLE color: 15237039.
HSL color Cylindrical-coordinate representation of color #AF7FE8: hue angle of 267.43º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7FE8 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 127 | 232 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.09 |
| HSL | 267.43º | 0.7% | 0.7% | - |
| HSV(B) | 267.43º | 0.45% | 0.91% | - |
| XYZ | 39.83 | 30.12 | 80.06 | - |
| YUV | 153.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 232 | 0.25 | 0.45 | 0 | 0.09 | 267.43 | 0.7 | 0.7 |
| Hex | AF | 7F | E8 | 19 | 2D | 0 | 9 | 10B | 46 | 46 |
| Octal | 257 | 177 | 350 | 31 | 55 | 0 | 11 | 413 | 106 | 106 |
| Binary | 10101111 | 1111111 | 11101000 | 11001 | 101101 | 0 | 1001 | 100001011 | 1000110 | 1000110 |
Color Harmonies of #AF7FE8
Complementary color
Monochromatic Colors of #AF7FE8
Black with #AF7FE8
Text Example
Text Example
White with #AF7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FE8; }
p { color: rgb(175,127,232); }
H1.HeaderClassName
{
color: #AF7FE8;
}
.AnyTagClassName
{
color: #AF7FE8;
}
</style>
background-color css
<style>
a { background-color: #AF7FE8; }
a { background-color: rgb(175,127,232); }
div.DivClassName
{
background-color: #AF7FE8;
}
.BgClassName
{
background-color: #AF7FE8;
}
</style>
border-color css
<style>
span { border-color: #AF7FE8; }
span { border-color: rgb(175,127,232); }
td.TdClassName
{
border-color: #AF7FE8;
}
.TagClassName
{
border-color: #AF7FE8;
}
</style>