Shades of Biloba Flower #AF93D1
Tints of Biloba Flower #AF93D1
RGB
CMYK
RGB Variations
Color information
#AF93D1 (or 0xAF93D1) is known color: Biloba Flower. HEX triplet: AF, 93 and D1. RGB value is (175,147,209). Sum of RGB (Red+Green+Blue) = 175+147+209=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF93D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93D1 is #506C2E. Grayscale: #A2A2A2. Windows color (decimal): -5270575 or 13734831. OLE color: 13734831.
HSL color Cylindrical-coordinate representation of color #AF93D1: hue angle of 267.1º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF93D1 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 147 | 209 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.18 |
| HSL | 267.1º | 0.4% | 0.7% | - |
| HSV(B) | 267.1º | 0.3% | 0.82% | - |
| XYZ | 39.62 | 34.58 | 64.91 | - |
| YUV | 162.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 209 | 0.16 | 0.30 | 0 | 0.18 | 267.1 | 0.4 | 0.7 |
| Hex | AF | 93 | D1 | 10 | 1E | 0 | 12 | 10B | 28 | 46 |
| Octal | 257 | 223 | 321 | 20 | 36 | 0 | 22 | 413 | 50 | 106 |
| Binary | 10101111 | 10010011 | 11010001 | 10000 | 11110 | 0 | 10010 | 100001011 | 101000 | 1000110 |
Color Harmonies of #AF93D1
Complementary color
Monochromatic Colors of #AF93D1
Black with #AF93D1
Text Example
Text Example
White with #AF93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93D1; }
p { color: rgb(175,147,209); }
H1.HeaderClassName
{
color: #AF93D1;
}
.AnyTagClassName
{
color: #AF93D1;
}
</style>
background-color css
<style>
a { background-color: #AF93D1; }
a { background-color: rgb(175,147,209); }
div.DivClassName
{
background-color: #AF93D1;
}
.BgClassName
{
background-color: #AF93D1;
}
</style>
border-color css
<style>
span { border-color: #AF93D1; }
span { border-color: rgb(175,147,209); }
td.TdClassName
{
border-color: #AF93D1;
}
.TagClassName
{
border-color: #AF93D1;
}
</style>