Shades of Biloba Flower #AF87E6
Tints of Biloba Flower #AF87E6
RGB
CMYK
RGB Variations
Color information
#AF87E6 (or 0xAF87E6) is known color: Biloba Flower. HEX triplet: AF, 87 and E6. RGB value is (175,135,230). Sum of RGB (Red+Green+Blue) = 175+135+230=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF87E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF87E6 is #507819. Grayscale: #9D9D9D. Windows color (decimal): -5273626 or 15108015. OLE color: 15108015.
HSL color Cylindrical-coordinate representation of color #AF87E6: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF87E6 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 135 | 230 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.10 |
| HSL | 265.26º | 0.66% | 0.72% | - |
| HSV(B) | 265.26º | 0.41% | 0.9% | - |
| XYZ | 40.63 | 32.16 | 78.93 | - |
| YUV | 157.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 230 | 0.24 | 0.41 | 0 | 0.10 | 265.26 | 0.66 | 0.72 |
| Hex | AF | 87 | E6 | 18 | 29 | 0 | A | 109 | 42 | 48 |
| Octal | 257 | 207 | 346 | 30 | 51 | 0 | 12 | 411 | 102 | 110 |
| Binary | 10101111 | 10000111 | 11100110 | 11000 | 101001 | 0 | 1010 | 100001001 | 1000010 | 1001000 |
Color Harmonies of #AF87E6
Complementary color
Monochromatic Colors of #AF87E6
Black with #AF87E6
Text Example
Text Example
White with #AF87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87E6; }
p { color: rgb(175,135,230); }
H1.HeaderClassName
{
color: #AF87E6;
}
.AnyTagClassName
{
color: #AF87E6;
}
</style>
background-color css
<style>
a { background-color: #AF87E6; }
a { background-color: rgb(175,135,230); }
div.DivClassName
{
background-color: #AF87E6;
}
.BgClassName
{
background-color: #AF87E6;
}
</style>
border-color css
<style>
span { border-color: #AF87E6; }
span { border-color: rgb(175,135,230); }
td.TdClassName
{
border-color: #AF87E6;
}
.TagClassName
{
border-color: #AF87E6;
}
</style>