Shades of Biloba Flower #AF7FE6
Tints of Biloba Flower #AF7FE6
RGB
CMYK
RGB Variations
Color information
#AF7FE6 (or 0xAF7FE6) is known color: Biloba Flower. HEX triplet: AF, 7F and E6. RGB value is (175,127,230). Sum of RGB (Red+Green+Blue) = 175+127+230=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF7FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FE6 is #508019. Grayscale: #989898. Windows color (decimal): -5275674 or 15105967. OLE color: 15105967.
HSL color Cylindrical-coordinate representation of color #AF7FE6: hue angle of 267.96º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7FE6 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 127 | 230 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.10 |
| HSL | 267.96º | 0.67% | 0.7% | - |
| HSV(B) | 267.96º | 0.45% | 0.9% | - |
| XYZ | 39.55 | 30.01 | 78.57 | - |
| YUV | 153.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 230 | 0.24 | 0.45 | 0 | 0.10 | 267.96 | 0.67 | 0.7 |
| Hex | AF | 7F | E6 | 18 | 2D | 0 | A | 10C | 43 | 46 |
| Octal | 257 | 177 | 346 | 30 | 55 | 0 | 12 | 414 | 103 | 106 |
| Binary | 10101111 | 1111111 | 11100110 | 11000 | 101101 | 0 | 1010 | 100001100 | 1000011 | 1000110 |
Color Harmonies of #AF7FE6
Complementary color
Monochromatic Colors of #AF7FE6
Black with #AF7FE6
Text Example
Text Example
White with #AF7FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FE6; }
p { color: rgb(175,127,230); }
H1.HeaderClassName
{
color: #AF7FE6;
}
.AnyTagClassName
{
color: #AF7FE6;
}
</style>
background-color css
<style>
a { background-color: #AF7FE6; }
a { background-color: rgb(175,127,230); }
div.DivClassName
{
background-color: #AF7FE6;
}
.BgClassName
{
background-color: #AF7FE6;
}
</style>
border-color css
<style>
span { border-color: #AF7FE6; }
span { border-color: rgb(175,127,230); }
td.TdClassName
{
border-color: #AF7FE6;
}
.TagClassName
{
border-color: #AF7FE6;
}
</style>