Shades of Biloba Flower #AF7FDA
Tints of Biloba Flower #AF7FDA
RGB
CMYK
RGB Variations
Color information
#AF7FDA (or 0xAF7FDA) is known color: Biloba Flower. HEX triplet: AF, 7F and DA. RGB value is (175,127,218). Sum of RGB (Red+Green+Blue) = 175+127+218=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FDA is #508025. Grayscale: #979797. Windows color (decimal): -5275686 or 14319535. OLE color: 14319535.
HSL color Cylindrical-coordinate representation of color #AF7FDA: hue angle of 271.65º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7FDA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 127 | 218 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.15 |
| HSL | 271.65º | 0.55% | 0.68% | - |
| HSV(B) | 271.65º | 0.42% | 0.85% | - |
| XYZ | 37.92 | 29.35 | 70 | - |
| YUV | 151.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 218 | 0.20 | 0.42 | 0 | 0.15 | 271.65 | 0.55 | 0.68 |
| Hex | AF | 7F | DA | 14 | 2A | 0 | F | 110 | 37 | 44 |
| Octal | 257 | 177 | 332 | 24 | 52 | 0 | 17 | 420 | 67 | 104 |
| Binary | 10101111 | 1111111 | 11011010 | 10100 | 101010 | 0 | 1111 | 100010000 | 110111 | 1000100 |
Color Harmonies of #AF7FDA
Complementary color
Monochromatic Colors of #AF7FDA
Black with #AF7FDA
Text Example
Text Example
White with #AF7FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FDA; }
p { color: rgb(175,127,218); }
H1.HeaderClassName
{
color: #AF7FDA;
}
.AnyTagClassName
{
color: #AF7FDA;
}
</style>
background-color css
<style>
a { background-color: #AF7FDA; }
a { background-color: rgb(175,127,218); }
div.DivClassName
{
background-color: #AF7FDA;
}
.BgClassName
{
background-color: #AF7FDA;
}
</style>
border-color css
<style>
span { border-color: #AF7FDA; }
span { border-color: rgb(175,127,218); }
td.TdClassName
{
border-color: #AF7FDA;
}
.TagClassName
{
border-color: #AF7FDA;
}
</style>