Shades of Biloba Flower #AF90DC
Tints of Biloba Flower #AF90DC
RGB
CMYK
RGB Variations
Color information
#AF90DC (or 0xAF90DC) is known color: Biloba Flower. HEX triplet: AF, 90 and DC. RGB value is (175,144,220). Sum of RGB (Red+Green+Blue) = 175+144+220=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90DC is #506F23. Grayscale: #A1A1A1. Windows color (decimal): -5271332 or 14454959. OLE color: 14454959.
HSL color Cylindrical-coordinate representation of color #AF90DC: hue angle of 264.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF90DC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 144 | 220 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.14 |
| HSL | 264.47º | 0.52% | 0.71% | - |
| HSV(B) | 264.47º | 0.35% | 0.86% | - |
| XYZ | 40.57 | 34.23 | 72.18 | - |
| YUV | 161.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 220 | 0.20 | 0.35 | 0 | 0.14 | 264.47 | 0.52 | 0.71 |
| Hex | AF | 90 | DC | 14 | 23 | 0 | E | 108 | 34 | 47 |
| Octal | 257 | 220 | 334 | 24 | 43 | 0 | 16 | 410 | 64 | 107 |
| Binary | 10101111 | 10010000 | 11011100 | 10100 | 100011 | 0 | 1110 | 100001000 | 110100 | 1000111 |
Color Harmonies of #AF90DC
Complementary color
Monochromatic Colors of #AF90DC
Black with #AF90DC
Text Example
Text Example
White with #AF90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90DC; }
p { color: rgb(175,144,220); }
H1.HeaderClassName
{
color: #AF90DC;
}
.AnyTagClassName
{
color: #AF90DC;
}
</style>
background-color css
<style>
a { background-color: #AF90DC; }
a { background-color: rgb(175,144,220); }
div.DivClassName
{
background-color: #AF90DC;
}
.BgClassName
{
background-color: #AF90DC;
}
</style>
border-color css
<style>
span { border-color: #AF90DC; }
span { border-color: rgb(175,144,220); }
td.TdClassName
{
border-color: #AF90DC;
}
.TagClassName
{
border-color: #AF90DC;
}
</style>