Shades of Biloba Flower #AE8FDF
Tints of Biloba Flower #AE8FDF
RGB
CMYK
RGB Variations
Color information
#AE8FDF (or 0xAE8FDF) is known color: Biloba Flower. HEX triplet: AE, 8F and DF. RGB value is (174,143,223). Sum of RGB (Red+Green+Blue) = 174+143+223=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE8FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FDF is #517020. Grayscale: #A1A1A1. Windows color (decimal): -5337121 or 14651310. OLE color: 14651310.
HSL color Cylindrical-coordinate representation of color #AE8FDF: hue angle of 263.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE8FDF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 174 | 143 | 223 | - |
CMYK | 0.22 | 0.36 | 0 | 0.13 |
HSL | 263.25º | 0.56% | 0.72% | - |
HSV(B) | 263.25º | 0.36% | 0.87% | - |
XYZ | 40.6 | 33.97 | 74.23 | - |
YUV | 161.39 | 162.77 | 137 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 143 | 223 | 0.22 | 0.36 | 0 | 0.13 | 263.25 | 0.56 | 0.72 |
Hex | AE | 8F | DF | 16 | 24 | 0 | D | 107 | 38 | 48 |
Octal | 256 | 217 | 337 | 26 | 44 | 0 | 15 | 407 | 70 | 110 |
Binary | 10101110 | 10001111 | 11011111 | 10110 | 100100 | 0 | 1101 | 100000111 | 111000 | 1001000 |
Color Harmonies of #AE8FDF
Complementary color
Monochromatic Colors of #AE8FDF
Black with #AE8FDF
Text Example
Text Example
White with #AE8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8FDF; }
p { color: rgb(174,143,223); }
H1.HeaderClassName
{
color: #AE8FDF;
}
.AnyTagClassName
{
color: #AE8FDF;
}
</style>
background-color css
<style>
a { background-color: #AE8FDF; }
a { background-color: rgb(174,143,223); }
div.DivClassName
{
background-color: #AE8FDF;
}
.BgClassName
{
background-color: #AE8FDF;
}
</style>
border-color css
<style>
span { border-color: #AE8FDF; }
span { border-color: rgb(174,143,223); }
td.TdClassName
{
border-color: #AE8FDF;
}
.TagClassName
{
border-color: #AE8FDF;
}
</style>