Shades of Biloba Flower #AF88D2
Tints of Biloba Flower #AF88D2
RGB
CMYK
RGB Variations
Color information
#AF88D2 (or 0xAF88D2) is known color: Biloba Flower. HEX triplet: AF, 88 and D2. RGB value is (175,136,210). Sum of RGB (Red+Green+Blue) = 175+136+210=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF88D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88D2 is #50772D. Grayscale: #9B9B9B. Windows color (decimal): -5273390 or 13797551. OLE color: 13797551.
HSL color Cylindrical-coordinate representation of color #AF88D2: hue angle of 271.62º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF88D2 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 136 | 210 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.18 |
| HSL | 271.62º | 0.45% | 0.68% | - |
| HSV(B) | 271.62º | 0.35% | 0.82% | - |
| XYZ | 38.12 | 31.38 | 65.02 | - |
| YUV | 156.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 210 | 0.17 | 0.35 | 0 | 0.18 | 271.62 | 0.45 | 0.68 |
| Hex | AF | 88 | D2 | 11 | 23 | 0 | 12 | 110 | 2D | 44 |
| Octal | 257 | 210 | 322 | 21 | 43 | 0 | 22 | 420 | 55 | 104 |
| Binary | 10101111 | 10001000 | 11010010 | 10001 | 100011 | 0 | 10010 | 100010000 | 101101 | 1000100 |
Color Harmonies of #AF88D2
Complementary color
Monochromatic Colors of #AF88D2
Black with #AF88D2
Text Example
Text Example
White with #AF88D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88D2; }
p { color: rgb(175,136,210); }
H1.HeaderClassName
{
color: #AF88D2;
}
.AnyTagClassName
{
color: #AF88D2;
}
</style>
background-color css
<style>
a { background-color: #AF88D2; }
a { background-color: rgb(175,136,210); }
div.DivClassName
{
background-color: #AF88D2;
}
.BgClassName
{
background-color: #AF88D2;
}
</style>
border-color css
<style>
span { border-color: #AF88D2; }
span { border-color: rgb(175,136,210); }
td.TdClassName
{
border-color: #AF88D2;
}
.TagClassName
{
border-color: #AF88D2;
}
</style>