Shades of Biloba Flower #AF93CF
Tints of Biloba Flower #AF93CF
RGB
CMYK
RGB Variations
Color information
#AF93CF (or 0xAF93CF) is known color: Biloba Flower. HEX triplet: AF, 93 and CF. RGB value is (175,147,207). Sum of RGB (Red+Green+Blue) = 175+147+207=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93CF is #506C30. Grayscale: #A2A2A2. Windows color (decimal): -5270577 or 13603759. OLE color: 13603759.
HSL color Cylindrical-coordinate representation of color #AF93CF: hue angle of 268º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF93CF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 147 | 207 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.19 |
| HSL | 268º | 0.38% | 0.69% | - |
| HSV(B) | 268º | 0.29% | 0.81% | - |
| XYZ | 39.38 | 34.49 | 63.61 | - |
| YUV | 162.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 207 | 0.15 | 0.29 | 0 | 0.19 | 268 | 0.38 | 0.69 |
| Hex | AF | 93 | CF | F | 1D | 0 | 13 | 10C | 26 | 45 |
| Octal | 257 | 223 | 317 | 17 | 35 | 0 | 23 | 414 | 46 | 105 |
| Binary | 10101111 | 10010011 | 11001111 | 1111 | 11101 | 0 | 10011 | 100001100 | 100110 | 1000101 |
Color Harmonies of #AF93CF
Complementary color
Monochromatic Colors of #AF93CF
Black with #AF93CF
Text Example
Text Example
White with #AF93CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93CF; }
p { color: rgb(175,147,207); }
H1.HeaderClassName
{
color: #AF93CF;
}
.AnyTagClassName
{
color: #AF93CF;
}
</style>
background-color css
<style>
a { background-color: #AF93CF; }
a { background-color: rgb(175,147,207); }
div.DivClassName
{
background-color: #AF93CF;
}
.BgClassName
{
background-color: #AF93CF;
}
</style>
border-color css
<style>
span { border-color: #AF93CF; }
span { border-color: rgb(175,147,207); }
td.TdClassName
{
border-color: #AF93CF;
}
.TagClassName
{
border-color: #AF93CF;
}
</style>