Shades of Biloba Flower #AF8FE0
Tints of Biloba Flower #AF8FE0
RGB
CMYK
RGB Variations
Color information
#AF8FE0 (or 0xAF8FE0) is known color: Biloba Flower. HEX triplet: AF, 8F and E0. RGB value is (175,143,224). Sum of RGB (Red+Green+Blue) = 175+143+224=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF8FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FE0 is #50701F. Grayscale: #A1A1A1. Windows color (decimal): -5271584 or 14716847. OLE color: 14716847.
HSL color Cylindrical-coordinate representation of color #AF8FE0: hue angle of 263.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8FE0 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 143 | 224 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.12 |
| HSL | 263.7º | 0.57% | 0.72% | - |
| HSV(B) | 263.7º | 0.36% | 0.88% | - |
| XYZ | 40.96 | 34.14 | 74.95 | - |
| YUV | 161.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 224 | 0.22 | 0.36 | 0 | 0.12 | 263.7 | 0.57 | 0.72 |
| Hex | AF | 8F | E0 | 16 | 24 | 0 | C | 108 | 39 | 48 |
| Octal | 257 | 217 | 340 | 26 | 44 | 0 | 14 | 410 | 71 | 110 |
| Binary | 10101111 | 10001111 | 11100000 | 10110 | 100100 | 0 | 1100 | 100001000 | 111001 | 1001000 |
Color Harmonies of #AF8FE0
Complementary color
Monochromatic Colors of #AF8FE0
Black with #AF8FE0
Text Example
Text Example
White with #AF8FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FE0; }
p { color: rgb(175,143,224); }
H1.HeaderClassName
{
color: #AF8FE0;
}
.AnyTagClassName
{
color: #AF8FE0;
}
</style>
background-color css
<style>
a { background-color: #AF8FE0; }
a { background-color: rgb(175,143,224); }
div.DivClassName
{
background-color: #AF8FE0;
}
.BgClassName
{
background-color: #AF8FE0;
}
</style>
border-color css
<style>
span { border-color: #AF8FE0; }
span { border-color: rgb(175,143,224); }
td.TdClassName
{
border-color: #AF8FE0;
}
.TagClassName
{
border-color: #AF8FE0;
}
</style>