Shades of Biloba Flower #AF7DDD
Tints of Biloba Flower #AF7DDD
RGB
CMYK
RGB Variations
Color information
#AF7DDD (or 0xAF7DDD) is known color: Biloba Flower. HEX triplet: AF, 7D and DD. RGB value is (175,125,221). Sum of RGB (Red+Green+Blue) = 175+125+221=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DDD is #508222. Grayscale: #969696. Windows color (decimal): -5276195 or 14515631. OLE color: 14515631.
HSL color Cylindrical-coordinate representation of color #AF7DDD: hue angle of 271.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7DDD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 125 | 221 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.13 |
| HSL | 271.25º | 0.59% | 0.68% | - |
| HSV(B) | 271.25º | 0.43% | 0.87% | - |
| XYZ | 38.06 | 29 | 72 | - |
| YUV | 150.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 221 | 0.21 | 0.43 | 0 | 0.13 | 271.25 | 0.59 | 0.68 |
| Hex | AF | 7D | DD | 15 | 2B | 0 | D | 10F | 3B | 44 |
| Octal | 257 | 175 | 335 | 25 | 53 | 0 | 15 | 417 | 73 | 104 |
| Binary | 10101111 | 1111101 | 11011101 | 10101 | 101011 | 0 | 1101 | 100001111 | 111011 | 1000100 |
Color Harmonies of #AF7DDD
Complementary color
Monochromatic Colors of #AF7DDD
Black with #AF7DDD
Text Example
Text Example
White with #AF7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DDD; }
p { color: rgb(175,125,221); }
H1.HeaderClassName
{
color: #AF7DDD;
}
.AnyTagClassName
{
color: #AF7DDD;
}
</style>
background-color css
<style>
a { background-color: #AF7DDD; }
a { background-color: rgb(175,125,221); }
div.DivClassName
{
background-color: #AF7DDD;
}
.BgClassName
{
background-color: #AF7DDD;
}
</style>
border-color css
<style>
span { border-color: #AF7DDD; }
span { border-color: rgb(175,125,221); }
td.TdClassName
{
border-color: #AF7DDD;
}
.TagClassName
{
border-color: #AF7DDD;
}
</style>