Shades of Biloba Flower #AF90CE
Tints of Biloba Flower #AF90CE
RGB
CMYK
RGB Variations
Color information
#AF90CE (or 0xAF90CE) is known color: Biloba Flower. HEX triplet: AF, 90 and CE. RGB value is (175,144,206). Sum of RGB (Red+Green+Blue) = 175+144+206=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CE is #506F31. Grayscale: #A0A0A0. Windows color (decimal): -5271346 or 13537455. OLE color: 13537455.
HSL color Cylindrical-coordinate representation of color #AF90CE: hue angle of 270º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF90CE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 144 | 206 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.19 |
| HSL | 270º | 0.39% | 0.69% | - |
| HSV(B) | 270º | 0.3% | 0.81% | - |
| XYZ | 38.79 | 33.52 | 62.82 | - |
| YUV | 160.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 206 | 0.15 | 0.30 | 0 | 0.19 | 270 | 0.39 | 0.69 |
| Hex | AF | 90 | CE | F | 1E | 0 | 13 | 10E | 27 | 45 |
| Octal | 257 | 220 | 316 | 17 | 36 | 0 | 23 | 416 | 47 | 105 |
| Binary | 10101111 | 10010000 | 11001110 | 1111 | 11110 | 0 | 10011 | 100001110 | 100111 | 1000101 |
Color Harmonies of #AF90CE
Complementary color
Monochromatic Colors of #AF90CE
Black with #AF90CE
Text Example
Text Example
White with #AF90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90CE; }
p { color: rgb(175,144,206); }
H1.HeaderClassName
{
color: #AF90CE;
}
.AnyTagClassName
{
color: #AF90CE;
}
</style>
background-color css
<style>
a { background-color: #AF90CE; }
a { background-color: rgb(175,144,206); }
div.DivClassName
{
background-color: #AF90CE;
}
.BgClassName
{
background-color: #AF90CE;
}
</style>
border-color css
<style>
span { border-color: #AF90CE; }
span { border-color: rgb(175,144,206); }
td.TdClassName
{
border-color: #AF90CE;
}
.TagClassName
{
border-color: #AF90CE;
}
</style>