Shades of Biloba Flower #AF8EEA
Tints of Biloba Flower #AF8EEA
RGB
CMYK
RGB Variations
Color information
#AF8EEA (or 0xAF8EEA) is known color: Biloba Flower. HEX triplet: AF, 8E and EA. RGB value is (175,142,234). Sum of RGB (Red+Green+Blue) = 175+142+234=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EEA is #507115. Grayscale: #A2A2A2. Windows color (decimal): -5271830 or 15371951. OLE color: 15371951.
HSL color Cylindrical-coordinate representation of color #AF8EEA: hue angle of 261.52º degrees, saturation: 0.69, 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 #AF8EEA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 142 | 234 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.08 |
| HSL | 261.52º | 0.69% | 0.74% | - |
| HSV(B) | 261.52º | 0.39% | 0.92% | - |
| XYZ | 42.2 | 34.4 | 82.26 | - |
| YUV | 162.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 234 | 0.25 | 0.39 | 0 | 0.08 | 261.52 | 0.69 | 0.74 |
| Hex | AF | 8E | EA | 19 | 27 | 0 | 8 | 106 | 45 | 4A |
| Octal | 257 | 216 | 352 | 31 | 47 | 0 | 10 | 406 | 105 | 112 |
| Binary | 10101111 | 10001110 | 11101010 | 11001 | 100111 | 0 | 1000 | 100000110 | 1000101 | 1001010 |
Color Harmonies of #AF8EEA
Complementary color
Monochromatic Colors of #AF8EEA
Black with #AF8EEA
Text Example
Text Example
White with #AF8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8EEA; }
p { color: rgb(175,142,234); }
H1.HeaderClassName
{
color: #AF8EEA;
}
.AnyTagClassName
{
color: #AF8EEA;
}
</style>
background-color css
<style>
a { background-color: #AF8EEA; }
a { background-color: rgb(175,142,234); }
div.DivClassName
{
background-color: #AF8EEA;
}
.BgClassName
{
background-color: #AF8EEA;
}
</style>
border-color css
<style>
span { border-color: #AF8EEA; }
span { border-color: rgb(175,142,234); }
td.TdClassName
{
border-color: #AF8EEA;
}
.TagClassName
{
border-color: #AF8EEA;
}
</style>