Shades of Biloba Flower #AE9CDD
Tints of Biloba Flower #AE9CDD
RGB
CMYK
RGB Variations
Color information
#AE9CDD (or 0xAE9CDD) is known color: Biloba Flower. HEX triplet: AE, 9C and DD. RGB value is (174,156,221). Sum of RGB (Red+Green+Blue) = 174+156+221=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CDD is #516322. Grayscale: #A8A8A8. Windows color (decimal): -5333795 or 14523566. OLE color: 14523566.
HSL color Cylindrical-coordinate representation of color #AE9CDD: hue angle of 256.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE9CDD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 156 | 221 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.13 |
| HSL | 256.62º | 0.49% | 0.74% | - |
| HSV(B) | 256.62º | 0.29% | 0.87% | - |
| XYZ | 42.4 | 38 | 73.51 | - |
| YUV | 168.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 221 | 0.21 | 0.29 | 0 | 0.13 | 256.62 | 0.49 | 0.74 |
| Hex | AE | 9C | DD | 15 | 1D | 0 | D | 101 | 31 | 4A |
| Octal | 256 | 234 | 335 | 25 | 35 | 0 | 15 | 401 | 61 | 112 |
| Binary | 10101110 | 10011100 | 11011101 | 10101 | 11101 | 0 | 1101 | 100000001 | 110001 | 1001010 |
Color Harmonies of #AE9CDD
Complementary color
Monochromatic Colors of #AE9CDD
Black with #AE9CDD
Text Example
Text Example
White with #AE9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9CDD; }
p { color: rgb(174,156,221); }
H1.HeaderClassName
{
color: #AE9CDD;
}
.AnyTagClassName
{
color: #AE9CDD;
}
</style>
background-color css
<style>
a { background-color: #AE9CDD; }
a { background-color: rgb(174,156,221); }
div.DivClassName
{
background-color: #AE9CDD;
}
.BgClassName
{
background-color: #AE9CDD;
}
</style>
border-color css
<style>
span { border-color: #AE9CDD; }
span { border-color: rgb(174,156,221); }
td.TdClassName
{
border-color: #AE9CDD;
}
.TagClassName
{
border-color: #AE9CDD;
}
</style>