Shades of Biloba Flower #AF90FF
Tints of Biloba Flower #AF90FF
RGB
CMYK
RGB Variations
Color information
#AF90FF (or 0xAF90FF) is known color: Biloba Flower. HEX triplet: AF, 90 and FF. RGB value is (175,144,255). Sum of RGB (Red+Green+Blue) = 175+144+255=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90FF is #506F00. Grayscale: #A5A5A5. Windows color (decimal): -5271297 or 16748719. OLE color: 16748719.
HSL color Cylindrical-coordinate representation of color #AF90FF: hue angle of 256.76º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF90FF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 144 | 255 | - |
| CMYK | 0.31 | 0.44 | 0 | 0 |
| HSL | 256.76º | 1% | 0.78% | - |
| HSV(B) | 256.76º | 0.44% | 1% | - |
| XYZ | 45.7 | 36.28 | 99.2 | - |
| YUV | 165.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 255 | 0.31 | 0.44 | 0 | 0 | 256.76 | 1 | 0.78 |
| Hex | AF | 90 | FF | 1F | 2C | 0 | 0 | 101 | 64 | 4E |
| Octal | 257 | 220 | 377 | 37 | 54 | 0 | 0 | 401 | 144 | 116 |
| Binary | 10101111 | 10010000 | 11111111 | 11111 | 101100 | 0 | 0 | 100000001 | 1100100 | 1001110 |
Color Harmonies of #AF90FF
Complementary color
Monochromatic Colors of #AF90FF
Black with #AF90FF
Text Example
Text Example
White with #AF90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90FF; }
p { color: rgb(175,144,255); }
H1.HeaderClassName
{
color: #AF90FF;
}
.AnyTagClassName
{
color: #AF90FF;
}
</style>
background-color css
<style>
a { background-color: #AF90FF; }
a { background-color: rgb(175,144,255); }
div.DivClassName
{
background-color: #AF90FF;
}
.BgClassName
{
background-color: #AF90FF;
}
</style>
border-color css
<style>
span { border-color: #AF90FF; }
span { border-color: rgb(175,144,255); }
td.TdClassName
{
border-color: #AF90FF;
}
.TagClassName
{
border-color: #AF90FF;
}
</style>