Shades of Biloba Flower #AF8FEA
Tints of Biloba Flower #AF8FEA
RGB
CMYK
RGB Variations
Color information
#AF8FEA (or 0xAF8FEA) is known color: Biloba Flower. HEX triplet: AF, 8F and EA. RGB value is (175,143,234). Sum of RGB (Red+Green+Blue) = 175+143+234=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FEA is #507015. Grayscale: #A2A2A2. Windows color (decimal): -5271574 or 15372207. OLE color: 15372207.
HSL color Cylindrical-coordinate representation of color #AF8FEA: hue angle of 261.1º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF8FEA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 143 | 234 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.08 |
| HSL | 261.1º | 0.68% | 0.74% | - |
| HSV(B) | 261.1º | 0.39% | 0.92% | - |
| XYZ | 42.35 | 34.7 | 82.31 | - |
| YUV | 162.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 234 | 0.25 | 0.39 | 0 | 0.08 | 261.1 | 0.68 | 0.74 |
| Hex | AF | 8F | EA | 19 | 27 | 0 | 8 | 105 | 44 | 4A |
| Octal | 257 | 217 | 352 | 31 | 47 | 0 | 10 | 405 | 104 | 112 |
| Binary | 10101111 | 10001111 | 11101010 | 11001 | 100111 | 0 | 1000 | 100000101 | 1000100 | 1001010 |
Color Harmonies of #AF8FEA
Complementary color
Monochromatic Colors of #AF8FEA
Black with #AF8FEA
Text Example
Text Example
White with #AF8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FEA; }
p { color: rgb(175,143,234); }
H1.HeaderClassName
{
color: #AF8FEA;
}
.AnyTagClassName
{
color: #AF8FEA;
}
</style>
background-color css
<style>
a { background-color: #AF8FEA; }
a { background-color: rgb(175,143,234); }
div.DivClassName
{
background-color: #AF8FEA;
}
.BgClassName
{
background-color: #AF8FEA;
}
</style>
border-color css
<style>
span { border-color: #AF8FEA; }
span { border-color: rgb(175,143,234); }
td.TdClassName
{
border-color: #AF8FEA;
}
.TagClassName
{
border-color: #AF8FEA;
}
</style>