Shades of Biloba Flower #AF8AD0
Tints of Biloba Flower #AF8AD0
RGB
CMYK
RGB Variations
Color information
#AF8AD0 (or 0xAF8AD0) is known color: Biloba Flower. HEX triplet: AF, 8A and D0. RGB value is (175,138,208). Sum of RGB (Red+Green+Blue) = 175+138+208=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AD0 is #50752F. Grayscale: #9C9C9C. Windows color (decimal): -5272880 or 13666991. OLE color: 13666991.
HSL color Cylindrical-coordinate representation of color #AF8AD0: hue angle of 271.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8AD0 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 138 | 208 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.18 |
| HSL | 271.71º | 0.43% | 0.68% | - |
| HSV(B) | 271.71º | 0.34% | 0.82% | - |
| XYZ | 38.15 | 31.84 | 63.81 | - |
| YUV | 157.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 208 | 0.16 | 0.34 | 0 | 0.18 | 271.71 | 0.43 | 0.68 |
| Hex | AF | 8A | D0 | 10 | 22 | 0 | 12 | 110 | 2B | 44 |
| Octal | 257 | 212 | 320 | 20 | 42 | 0 | 22 | 420 | 53 | 104 |
| Binary | 10101111 | 10001010 | 11010000 | 10000 | 100010 | 0 | 10010 | 100010000 | 101011 | 1000100 |
Color Harmonies of #AF8AD0
Complementary color
Monochromatic Colors of #AF8AD0
Black with #AF8AD0
Text Example
Text Example
White with #AF8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AD0; }
p { color: rgb(175,138,208); }
H1.HeaderClassName
{
color: #AF8AD0;
}
.AnyTagClassName
{
color: #AF8AD0;
}
</style>
background-color css
<style>
a { background-color: #AF8AD0; }
a { background-color: rgb(175,138,208); }
div.DivClassName
{
background-color: #AF8AD0;
}
.BgClassName
{
background-color: #AF8AD0;
}
</style>
border-color css
<style>
span { border-color: #AF8AD0; }
span { border-color: rgb(175,138,208); }
td.TdClassName
{
border-color: #AF8AD0;
}
.TagClassName
{
border-color: #AF8AD0;
}
</style>