Shades of Biloba Flower #AF90DD
Tints of Biloba Flower #AF90DD
RGB
CMYK
RGB Variations
Color information
#AF90DD (or 0xAF90DD) is known color: Biloba Flower. HEX triplet: AF, 90 and DD. RGB value is (175,144,221). Sum of RGB (Red+Green+Blue) = 175+144+221=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90DD is #506F22. Grayscale: #A1A1A1. Windows color (decimal): -5271331 or 14520495. OLE color: 14520495.
HSL color Cylindrical-coordinate representation of color #AF90DD: hue angle of 264.16º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF90DD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 144 | 221 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.13 |
| HSL | 264.16º | 0.53% | 0.72% | - |
| HSV(B) | 264.16º | 0.35% | 0.87% | - |
| XYZ | 40.7 | 34.28 | 72.88 | - |
| YUV | 162.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 221 | 0.21 | 0.35 | 0 | 0.13 | 264.16 | 0.53 | 0.72 |
| Hex | AF | 90 | DD | 15 | 23 | 0 | D | 108 | 35 | 48 |
| Octal | 257 | 220 | 335 | 25 | 43 | 0 | 15 | 410 | 65 | 110 |
| Binary | 10101111 | 10010000 | 11011101 | 10101 | 100011 | 0 | 1101 | 100001000 | 110101 | 1001000 |
Color Harmonies of #AF90DD
Complementary color
Monochromatic Colors of #AF90DD
Black with #AF90DD
Text Example
Text Example
White with #AF90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90DD; }
p { color: rgb(175,144,221); }
H1.HeaderClassName
{
color: #AF90DD;
}
.AnyTagClassName
{
color: #AF90DD;
}
</style>
background-color css
<style>
a { background-color: #AF90DD; }
a { background-color: rgb(175,144,221); }
div.DivClassName
{
background-color: #AF90DD;
}
.BgClassName
{
background-color: #AF90DD;
}
</style>
border-color css
<style>
span { border-color: #AF90DD; }
span { border-color: rgb(175,144,221); }
td.TdClassName
{
border-color: #AF90DD;
}
.TagClassName
{
border-color: #AF90DD;
}
</style>