Shades of Biloba Flower #AF90CD
Tints of Biloba Flower #AF90CD
RGB
CMYK
RGB Variations
Color information
#AF90CD (or 0xAF90CD) is known color: Biloba Flower. HEX triplet: AF, 90 and CD. RGB value is (175,144,205). Sum of RGB (Red+Green+Blue) = 175+144+205=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CD is #506F32. Grayscale: #A0A0A0. Windows color (decimal): -5271347 or 13471919. OLE color: 13471919.
HSL color Cylindrical-coordinate representation of color #AF90CD: hue angle of 270.49º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF90CD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 144 | 205 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.20 |
| HSL | 270.49º | 0.38% | 0.68% | - |
| HSV(B) | 270.49º | 0.3% | 0.8% | - |
| XYZ | 38.67 | 33.47 | 62.18 | - |
| YUV | 160.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 205 | 0.15 | 0.30 | 0 | 0.20 | 270.49 | 0.38 | 0.68 |
| Hex | AF | 90 | CD | F | 1E | 0 | 14 | 10E | 26 | 44 |
| Octal | 257 | 220 | 315 | 17 | 36 | 0 | 24 | 416 | 46 | 104 |
| Binary | 10101111 | 10010000 | 11001101 | 1111 | 11110 | 0 | 10100 | 100001110 | 100110 | 1000100 |
Color Harmonies of #AF90CD
Complementary color
Monochromatic Colors of #AF90CD
Black with #AF90CD
Text Example
Text Example
White with #AF90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90CD; }
p { color: rgb(175,144,205); }
H1.HeaderClassName
{
color: #AF90CD;
}
.AnyTagClassName
{
color: #AF90CD;
}
</style>
background-color css
<style>
a { background-color: #AF90CD; }
a { background-color: rgb(175,144,205); }
div.DivClassName
{
background-color: #AF90CD;
}
.BgClassName
{
background-color: #AF90CD;
}
</style>
border-color css
<style>
span { border-color: #AF90CD; }
span { border-color: rgb(175,144,205); }
td.TdClassName
{
border-color: #AF90CD;
}
.TagClassName
{
border-color: #AF90CD;
}
</style>