Shades of Biloba Flower #AF7FDF
Tints of Biloba Flower #AF7FDF
RGB
CMYK
RGB Variations
Color information
#AF7FDF (or 0xAF7FDF) is known color: Biloba Flower. HEX triplet: AF, 7F and DF. RGB value is (175,127,223). Sum of RGB (Red+Green+Blue) = 175+127+223=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF7FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FDF is #508020. Grayscale: #979797. Windows color (decimal): -5275681 or 14647215. OLE color: 14647215.
HSL color Cylindrical-coordinate representation of color #AF7FDF: hue angle of 270º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7FDF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 127 | 223 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.13 |
| HSL | 270º | 0.6% | 0.69% | - |
| HSV(B) | 270º | 0.43% | 0.87% | - |
| XYZ | 38.59 | 29.62 | 73.5 | - |
| YUV | 152.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 223 | 0.22 | 0.43 | 0 | 0.13 | 270 | 0.6 | 0.69 |
| Hex | AF | 7F | DF | 16 | 2B | 0 | D | 10E | 3C | 45 |
| Octal | 257 | 177 | 337 | 26 | 53 | 0 | 15 | 416 | 74 | 105 |
| Binary | 10101111 | 1111111 | 11011111 | 10110 | 101011 | 0 | 1101 | 100001110 | 111100 | 1000101 |
Color Harmonies of #AF7FDF
Complementary color
Monochromatic Colors of #AF7FDF
Black with #AF7FDF
Text Example
Text Example
White with #AF7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FDF; }
p { color: rgb(175,127,223); }
H1.HeaderClassName
{
color: #AF7FDF;
}
.AnyTagClassName
{
color: #AF7FDF;
}
</style>
background-color css
<style>
a { background-color: #AF7FDF; }
a { background-color: rgb(175,127,223); }
div.DivClassName
{
background-color: #AF7FDF;
}
.BgClassName
{
background-color: #AF7FDF;
}
</style>
border-color css
<style>
span { border-color: #AF7FDF; }
span { border-color: rgb(175,127,223); }
td.TdClassName
{
border-color: #AF7FDF;
}
.TagClassName
{
border-color: #AF7FDF;
}
</style>