Shades of Biloba Flower #AE91D2
Tints of Biloba Flower #AE91D2
RGB
CMYK
RGB Variations
Color information
#AE91D2 (or 0xAE91D2) is known color: Biloba Flower. HEX triplet: AE, 91 and D2. RGB value is (174,145,210). Sum of RGB (Red+Green+Blue) = 174+145+210=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE91D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91D2 is #516E2D. Grayscale: #A0A0A0. Windows color (decimal): -5336622 or 13799854. OLE color: 13799854.
HSL color Cylindrical-coordinate representation of color #AE91D2: hue angle of 266.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE91D2 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 145 | 210 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.18 |
| HSL | 266.77º | 0.42% | 0.7% | - |
| HSV(B) | 266.77º | 0.31% | 0.82% | - |
| XYZ | 39.21 | 33.9 | 65.45 | - |
| YUV | 161.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 210 | 0.17 | 0.31 | 0 | 0.18 | 266.77 | 0.42 | 0.7 |
| Hex | AE | 91 | D2 | 11 | 1F | 0 | 12 | 10B | 2A | 46 |
| Octal | 256 | 221 | 322 | 21 | 37 | 0 | 22 | 413 | 52 | 106 |
| Binary | 10101110 | 10010001 | 11010010 | 10001 | 11111 | 0 | 10010 | 100001011 | 101010 | 1000110 |
Color Harmonies of #AE91D2
Complementary color
Monochromatic Colors of #AE91D2
Black with #AE91D2
Text Example
Text Example
White with #AE91D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91D2; }
p { color: rgb(174,145,210); }
H1.HeaderClassName
{
color: #AE91D2;
}
.AnyTagClassName
{
color: #AE91D2;
}
</style>
background-color css
<style>
a { background-color: #AE91D2; }
a { background-color: rgb(174,145,210); }
div.DivClassName
{
background-color: #AE91D2;
}
.BgClassName
{
background-color: #AE91D2;
}
</style>
border-color css
<style>
span { border-color: #AE91D2; }
span { border-color: rgb(174,145,210); }
td.TdClassName
{
border-color: #AE91D2;
}
.TagClassName
{
border-color: #AE91D2;
}
</style>