Shades of Biloba Flower #AEA2CF
Tints of Biloba Flower #AEA2CF
RGB
CMYK
RGB Variations
Color information
#AEA2CF (or 0xAEA2CF) is known color: Biloba Flower. HEX triplet: AE, A2 and CF. RGB value is (174,162,207). Sum of RGB (Red+Green+Blue) = 174+162+207=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEA2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2CF is #515D30. Grayscale: #AAAAAA. Windows color (decimal): -5332273 or 13607598. OLE color: 13607598.
HSL color Cylindrical-coordinate representation of color #AEA2CF: hue angle of 256º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEA2CF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 162 | 207 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.19 |
| HSL | 256º | 0.32% | 0.72% | - |
| HSV(B) | 256º | 0.22% | 0.81% | - |
| XYZ | 41.64 | 39.34 | 64.43 | - |
| YUV | 170.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 207 | 0.16 | 0.22 | 0 | 0.19 | 256 | 0.32 | 0.72 |
| Hex | AE | A2 | CF | 10 | 16 | 0 | 13 | 100 | 20 | 48 |
| Octal | 256 | 242 | 317 | 20 | 26 | 0 | 23 | 400 | 40 | 110 |
| Binary | 10101110 | 10100010 | 11001111 | 10000 | 10110 | 0 | 10011 | 100000000 | 100000 | 1001000 |
Color Harmonies of #AEA2CF
Complementary color
Monochromatic Colors of #AEA2CF
Black with #AEA2CF
Text Example
Text Example
White with #AEA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA2CF; }
p { color: rgb(174,162,207); }
H1.HeaderClassName
{
color: #AEA2CF;
}
.AnyTagClassName
{
color: #AEA2CF;
}
</style>
background-color css
<style>
a { background-color: #AEA2CF; }
a { background-color: rgb(174,162,207); }
div.DivClassName
{
background-color: #AEA2CF;
}
.BgClassName
{
background-color: #AEA2CF;
}
</style>
border-color css
<style>
span { border-color: #AEA2CF; }
span { border-color: rgb(174,162,207); }
td.TdClassName
{
border-color: #AEA2CF;
}
.TagClassName
{
border-color: #AEA2CF;
}
</style>