Shades of Biloba Flower #AF81ED
Tints of Biloba Flower #AF81ED
RGB
CMYK
RGB Variations
Color information
#AF81ED (or 0xAF81ED) is known color: Biloba Flower. HEX triplet: AF, 81 and ED. RGB value is (175,129,237). Sum of RGB (Red+Green+Blue) = 175+129+237=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81ED is #507E12. Grayscale: #9A9A9A. Windows color (decimal): -5275155 or 15565231. OLE color: 15565231.
HSL color Cylindrical-coordinate representation of color #AF81ED: hue angle of 265.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF81ED is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 129 | 237 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.07 |
| HSL | 265.56º | 0.75% | 0.72% | - |
| HSV(B) | 265.56º | 0.46% | 0.93% | - |
| XYZ | 40.82 | 30.93 | 83.94 | - |
| YUV | 155.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 237 | 0.26 | 0.46 | 0 | 0.07 | 265.56 | 0.75 | 0.72 |
| Hex | AF | 81 | ED | 1A | 2E | 0 | 7 | 10A | 4B | 48 |
| Octal | 257 | 201 | 355 | 32 | 56 | 0 | 7 | 412 | 113 | 110 |
| Binary | 10101111 | 10000001 | 11101101 | 11010 | 101110 | 0 | 111 | 100001010 | 1001011 | 1001000 |
Color Harmonies of #AF81ED
Complementary color
Monochromatic Colors of #AF81ED
Black with #AF81ED
Text Example
Text Example
White with #AF81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF81ED; }
p { color: rgb(175,129,237); }
H1.HeaderClassName
{
color: #AF81ED;
}
.AnyTagClassName
{
color: #AF81ED;
}
</style>
background-color css
<style>
a { background-color: #AF81ED; }
a { background-color: rgb(175,129,237); }
div.DivClassName
{
background-color: #AF81ED;
}
.BgClassName
{
background-color: #AF81ED;
}
</style>
border-color css
<style>
span { border-color: #AF81ED; }
span { border-color: rgb(175,129,237); }
td.TdClassName
{
border-color: #AF81ED;
}
.TagClassName
{
border-color: #AF81ED;
}
</style>