Shades of Biloba Flower #AF8AE5
Tints of Biloba Flower #AF8AE5
RGB
CMYK
RGB Variations
Color information
#AF8AE5 (or 0xAF8AE5) is known color: Biloba Flower. HEX triplet: AF, 8A and E5. RGB value is (175,138,229). Sum of RGB (Red+Green+Blue) = 175+138+229=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF8AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AE5 is #50751A. Grayscale: #9F9F9F. Windows color (decimal): -5272859 or 15043247. OLE color: 15043247.
HSL color Cylindrical-coordinate representation of color #AF8AE5: hue angle of 264.4º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8AE5 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 138 | 229 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.10 |
| HSL | 264.4º | 0.64% | 0.72% | - |
| HSV(B) | 264.4º | 0.4% | 0.9% | - |
| XYZ | 40.91 | 32.95 | 78.33 | - |
| YUV | 159.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 229 | 0.24 | 0.40 | 0 | 0.10 | 264.4 | 0.64 | 0.72 |
| Hex | AF | 8A | E5 | 18 | 28 | 0 | A | 108 | 40 | 48 |
| Octal | 257 | 212 | 345 | 30 | 50 | 0 | 12 | 410 | 100 | 110 |
| Binary | 10101111 | 10001010 | 11100101 | 11000 | 101000 | 0 | 1010 | 100001000 | 1000000 | 1001000 |
Color Harmonies of #AF8AE5
Complementary color
Monochromatic Colors of #AF8AE5
Black with #AF8AE5
Text Example
Text Example
White with #AF8AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AE5; }
p { color: rgb(175,138,229); }
H1.HeaderClassName
{
color: #AF8AE5;
}
.AnyTagClassName
{
color: #AF8AE5;
}
</style>
background-color css
<style>
a { background-color: #AF8AE5; }
a { background-color: rgb(175,138,229); }
div.DivClassName
{
background-color: #AF8AE5;
}
.BgClassName
{
background-color: #AF8AE5;
}
</style>
border-color css
<style>
span { border-color: #AF8AE5; }
span { border-color: rgb(175,138,229); }
td.TdClassName
{
border-color: #AF8AE5;
}
.TagClassName
{
border-color: #AF8AE5;
}
</style>