Shades of Biloba Flower #AF7DDB
Tints of Biloba Flower #AF7DDB
RGB
CMYK
RGB Variations
Color information
#AF7DDB (or 0xAF7DDB) is known color: Biloba Flower. HEX triplet: AF, 7D and DB. RGB value is (175,125,219). Sum of RGB (Red+Green+Blue) = 175+125+219=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DDB is #508224. Grayscale: #969696. Windows color (decimal): -5276197 or 14384559. OLE color: 14384559.
HSL color Cylindrical-coordinate representation of color #AF7DDB: hue angle of 271.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7DDB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 125 | 219 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.14 |
| HSL | 271.91º | 0.57% | 0.67% | - |
| HSV(B) | 271.91º | 0.43% | 0.86% | - |
| XYZ | 37.8 | 28.9 | 70.6 | - |
| YUV | 150.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 219 | 0.20 | 0.43 | 0 | 0.14 | 271.91 | 0.57 | 0.67 |
| Hex | AF | 7D | DB | 14 | 2B | 0 | E | 110 | 39 | 43 |
| Octal | 257 | 175 | 333 | 24 | 53 | 0 | 16 | 420 | 71 | 103 |
| Binary | 10101111 | 1111101 | 11011011 | 10100 | 101011 | 0 | 1110 | 100010000 | 111001 | 1000011 |
Color Harmonies of #AF7DDB
Complementary color
Monochromatic Colors of #AF7DDB
Black with #AF7DDB
Text Example
Text Example
White with #AF7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DDB; }
p { color: rgb(175,125,219); }
H1.HeaderClassName
{
color: #AF7DDB;
}
.AnyTagClassName
{
color: #AF7DDB;
}
</style>
background-color css
<style>
a { background-color: #AF7DDB; }
a { background-color: rgb(175,125,219); }
div.DivClassName
{
background-color: #AF7DDB;
}
.BgClassName
{
background-color: #AF7DDB;
}
</style>
border-color css
<style>
span { border-color: #AF7DDB; }
span { border-color: rgb(175,125,219); }
td.TdClassName
{
border-color: #AF7DDB;
}
.TagClassName
{
border-color: #AF7DDB;
}
</style>