Shades of Biloba Flower #AF87D1
Tints of Biloba Flower #AF87D1
RGB
CMYK
RGB Variations
Color information
#AF87D1 (or 0xAF87D1) is known color: Biloba Flower. HEX triplet: AF, 87 and D1. RGB value is (175,135,209). Sum of RGB (Red+Green+Blue) = 175+135+209=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF87D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87D1 is #50782E. Grayscale: #9B9B9B. Windows color (decimal): -5273647 or 13731759. OLE color: 13731759.
HSL color Cylindrical-coordinate representation of color #AF87D1: hue angle of 272.43º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF87D1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 135 | 209 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.18 |
| HSL | 272.43º | 0.45% | 0.67% | - |
| HSV(B) | 272.43º | 0.35% | 0.82% | - |
| XYZ | 37.85 | 31.05 | 64.32 | - |
| YUV | 155.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 209 | 0.16 | 0.35 | 0 | 0.18 | 272.43 | 0.45 | 0.67 |
| Hex | AF | 87 | D1 | 10 | 23 | 0 | 12 | 110 | 2D | 43 |
| Octal | 257 | 207 | 321 | 20 | 43 | 0 | 22 | 420 | 55 | 103 |
| Binary | 10101111 | 10000111 | 11010001 | 10000 | 100011 | 0 | 10010 | 100010000 | 101101 | 1000011 |
Color Harmonies of #AF87D1
Complementary color
Monochromatic Colors of #AF87D1
Black with #AF87D1
Text Example
Text Example
White with #AF87D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87D1; }
p { color: rgb(175,135,209); }
H1.HeaderClassName
{
color: #AF87D1;
}
.AnyTagClassName
{
color: #AF87D1;
}
</style>
background-color css
<style>
a { background-color: #AF87D1; }
a { background-color: rgb(175,135,209); }
div.DivClassName
{
background-color: #AF87D1;
}
.BgClassName
{
background-color: #AF87D1;
}
</style>
border-color css
<style>
span { border-color: #AF87D1; }
span { border-color: rgb(175,135,209); }
td.TdClassName
{
border-color: #AF87D1;
}
.TagClassName
{
border-color: #AF87D1;
}
</style>