Shades of Biloba Flower #AE90CA
Tints of Biloba Flower #AE90CA
RGB
CMYK
RGB Variations
Color information
#AE90CA (or 0xAE90CA) is known color: Biloba Flower. HEX triplet: AE, 90 and CA. RGB value is (174,144,202). Sum of RGB (Red+Green+Blue) = 174+144+202=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90CA is #516F35. Grayscale: #9F9F9F. Windows color (decimal): -5336886 or 13275310. OLE color: 13275310.
HSL color Cylindrical-coordinate representation of color #AE90CA: hue angle of 271.03º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE90CA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 144 | 202 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.21 |
| HSL | 271.03º | 0.35% | 0.68% | - |
| HSV(B) | 271.03º | 0.29% | 0.79% | - |
| XYZ | 38.09 | 33.21 | 60.28 | - |
| YUV | 159.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 202 | 0.14 | 0.29 | 0 | 0.21 | 271.03 | 0.35 | 0.68 |
| Hex | AE | 90 | CA | E | 1D | 0 | 15 | 10F | 23 | 44 |
| Octal | 256 | 220 | 312 | 16 | 35 | 0 | 25 | 417 | 43 | 104 |
| Binary | 10101110 | 10010000 | 11001010 | 1110 | 11101 | 0 | 10101 | 100001111 | 100011 | 1000100 |
Color Harmonies of #AE90CA
Complementary color
Monochromatic Colors of #AE90CA
Black with #AE90CA
Text Example
Text Example
White with #AE90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE90CA; }
p { color: rgb(174,144,202); }
H1.HeaderClassName
{
color: #AE90CA;
}
.AnyTagClassName
{
color: #AE90CA;
}
</style>
background-color css
<style>
a { background-color: #AE90CA; }
a { background-color: rgb(174,144,202); }
div.DivClassName
{
background-color: #AE90CA;
}
.BgClassName
{
background-color: #AE90CA;
}
</style>
border-color css
<style>
span { border-color: #AE90CA; }
span { border-color: rgb(174,144,202); }
td.TdClassName
{
border-color: #AE90CA;
}
.TagClassName
{
border-color: #AE90CA;
}
</style>