Shades of Biloba Flower #AF92D3
Tints of Biloba Flower #AF92D3
RGB
CMYK
RGB Variations
Color information
#AF92D3 (or 0xAF92D3) is known color: Biloba Flower. HEX triplet: AF, 92 and D3. RGB value is (175,146,211). Sum of RGB (Red+Green+Blue) = 175+146+211=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF92D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92D3 is #506D2C. Grayscale: #A1A1A1. Windows color (decimal): -5270829 or 13865647. OLE color: 13865647.
HSL color Cylindrical-coordinate representation of color #AF92D3: hue angle of 266.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF92D3 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 146 | 211 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.17 |
| HSL | 266.77º | 0.42% | 0.7% | - |
| HSV(B) | 266.77º | 0.31% | 0.83% | - |
| XYZ | 39.72 | 34.37 | 66.17 | - |
| YUV | 162.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 211 | 0.17 | 0.31 | 0 | 0.17 | 266.77 | 0.42 | 0.7 |
| Hex | AF | 92 | D3 | 11 | 1F | 0 | 11 | 10B | 2A | 46 |
| Octal | 257 | 222 | 323 | 21 | 37 | 0 | 21 | 413 | 52 | 106 |
| Binary | 10101111 | 10010010 | 11010011 | 10001 | 11111 | 0 | 10001 | 100001011 | 101010 | 1000110 |
Color Harmonies of #AF92D3
Complementary color
Monochromatic Colors of #AF92D3
Black with #AF92D3
Text Example
Text Example
White with #AF92D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92D3; }
p { color: rgb(175,146,211); }
H1.HeaderClassName
{
color: #AF92D3;
}
.AnyTagClassName
{
color: #AF92D3;
}
</style>
background-color css
<style>
a { background-color: #AF92D3; }
a { background-color: rgb(175,146,211); }
div.DivClassName
{
background-color: #AF92D3;
}
.BgClassName
{
background-color: #AF92D3;
}
</style>
border-color css
<style>
span { border-color: #AF92D3; }
span { border-color: rgb(175,146,211); }
td.TdClassName
{
border-color: #AF92D3;
}
.TagClassName
{
border-color: #AF92D3;
}
</style>