Shades of Biloba Flower #AF91DC
Tints of Biloba Flower #AF91DC
RGB
CMYK
RGB Variations
Color information
#AF91DC (or 0xAF91DC) is known color: Biloba Flower. HEX triplet: AF, 91 and DC. RGB value is (175,145,220). Sum of RGB (Red+Green+Blue) = 175+145+220=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91DC is #506E23. Grayscale: #A2A2A2. Windows color (decimal): -5271076 or 14455215. OLE color: 14455215.
HSL color Cylindrical-coordinate representation of color #AF91DC: hue angle of 264º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF91DC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 145 | 220 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.14 |
| HSL | 264º | 0.52% | 0.72% | - |
| HSV(B) | 264º | 0.34% | 0.86% | - |
| XYZ | 40.72 | 34.53 | 72.23 | - |
| YUV | 162.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 220 | 0.20 | 0.34 | 0 | 0.14 | 264 | 0.52 | 0.72 |
| Hex | AF | 91 | DC | 14 | 22 | 0 | E | 108 | 34 | 48 |
| Octal | 257 | 221 | 334 | 24 | 42 | 0 | 16 | 410 | 64 | 110 |
| Binary | 10101111 | 10010001 | 11011100 | 10100 | 100010 | 0 | 1110 | 100001000 | 110100 | 1001000 |
Color Harmonies of #AF91DC
Complementary color
Monochromatic Colors of #AF91DC
Black with #AF91DC
Text Example
Text Example
White with #AF91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91DC; }
p { color: rgb(175,145,220); }
H1.HeaderClassName
{
color: #AF91DC;
}
.AnyTagClassName
{
color: #AF91DC;
}
</style>
background-color css
<style>
a { background-color: #AF91DC; }
a { background-color: rgb(175,145,220); }
div.DivClassName
{
background-color: #AF91DC;
}
.BgClassName
{
background-color: #AF91DC;
}
</style>
border-color css
<style>
span { border-color: #AF91DC; }
span { border-color: rgb(175,145,220); }
td.TdClassName
{
border-color: #AF91DC;
}
.TagClassName
{
border-color: #AF91DC;
}
</style>