Shades of Biloba Flower #AF81E6
Tints of Biloba Flower #AF81E6
RGB
CMYK
RGB Variations
Color information
#AF81E6 (or 0xAF81E6) is known color: Biloba Flower. HEX triplet: AF, 81 and E6. RGB value is (175,129,230). Sum of RGB (Red+Green+Blue) = 175+129+230=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF81E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81E6 is #507E19. Grayscale: #999999. Windows color (decimal): -5275162 or 15106479. OLE color: 15106479.
HSL color Cylindrical-coordinate representation of color #AF81E6: hue angle of 267.33º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF81E6 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 129 | 230 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.10 |
| HSL | 267.33º | 0.67% | 0.7% | - |
| HSV(B) | 267.33º | 0.44% | 0.9% | - |
| XYZ | 39.81 | 30.53 | 78.66 | - |
| YUV | 154.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 230 | 0.24 | 0.44 | 0 | 0.10 | 267.33 | 0.67 | 0.7 |
| Hex | AF | 81 | E6 | 18 | 2C | 0 | A | 10B | 43 | 46 |
| Octal | 257 | 201 | 346 | 30 | 54 | 0 | 12 | 413 | 103 | 106 |
| Binary | 10101111 | 10000001 | 11100110 | 11000 | 101100 | 0 | 1010 | 100001011 | 1000011 | 1000110 |
Color Harmonies of #AF81E6
Complementary color
Monochromatic Colors of #AF81E6
Black with #AF81E6
Text Example
Text Example
White with #AF81E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF81E6; }
p { color: rgb(175,129,230); }
H1.HeaderClassName
{
color: #AF81E6;
}
.AnyTagClassName
{
color: #AF81E6;
}
</style>
background-color css
<style>
a { background-color: #AF81E6; }
a { background-color: rgb(175,129,230); }
div.DivClassName
{
background-color: #AF81E6;
}
.BgClassName
{
background-color: #AF81E6;
}
</style>
border-color css
<style>
span { border-color: #AF81E6; }
span { border-color: rgb(175,129,230); }
td.TdClassName
{
border-color: #AF81E6;
}
.TagClassName
{
border-color: #AF81E6;
}
</style>