Shades of Biloba Flower #AF81E0
Tints of Biloba Flower #AF81E0
RGB
CMYK
RGB Variations
Color information
#AF81E0 (or 0xAF81E0) is known color: Biloba Flower. HEX triplet: AF, 81 and E0. RGB value is (175,129,224). Sum of RGB (Red+Green+Blue) = 175+129+224=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF81E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81E0 is #507E1F. Grayscale: #999999. Windows color (decimal): -5275168 or 14713263. OLE color: 14713263.
HSL color Cylindrical-coordinate representation of color #AF81E0: hue angle of 269.05º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF81E0 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 129 | 224 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.12 |
| HSL | 269.05º | 0.61% | 0.69% | - |
| HSV(B) | 269.05º | 0.42% | 0.88% | - |
| XYZ | 38.98 | 30.2 | 74.29 | - |
| YUV | 153.58 | 167.74 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 224 | 0.22 | 0.42 | 0 | 0.12 | 269.05 | 0.61 | 0.69 |
| Hex | AF | 81 | E0 | 16 | 2A | 0 | C | 10D | 3D | 45 |
| Octal | 257 | 201 | 340 | 26 | 52 | 0 | 14 | 415 | 75 | 105 |
| Binary | 10101111 | 10000001 | 11100000 | 10110 | 101010 | 0 | 1100 | 100001101 | 111101 | 1000101 |
Color Harmonies of #AF81E0
Complementary color
Monochromatic Colors of #AF81E0
Black with #AF81E0
Text Example
Text Example
White with #AF81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF81E0; }
p { color: rgb(175,129,224); }
H1.HeaderClassName
{
color: #AF81E0;
}
.AnyTagClassName
{
color: #AF81E0;
}
</style>
background-color css
<style>
a { background-color: #AF81E0; }
a { background-color: rgb(175,129,224); }
div.DivClassName
{
background-color: #AF81E0;
}
.BgClassName
{
background-color: #AF81E0;
}
</style>
border-color css
<style>
span { border-color: #AF81E0; }
span { border-color: rgb(175,129,224); }
td.TdClassName
{
border-color: #AF81E0;
}
.TagClassName
{
border-color: #AF81E0;
}
</style>