Shades of Biloba Flower #AF93CE
Tints of Biloba Flower #AF93CE
RGB
CMYK
RGB Variations
Color information
#AF93CE (or 0xAF93CE) is known color: Biloba Flower. HEX triplet: AF, 93 and CE. RGB value is (175,147,206). Sum of RGB (Red+Green+Blue) = 175+147+206=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF93CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93CE is #506C31. Grayscale: #A1A1A1. Windows color (decimal): -5270578 or 13538223. OLE color: 13538223.
HSL color Cylindrical-coordinate representation of color #AF93CE: hue angle of 268.47º 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 #AF93CE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 147 | 206 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.19 |
| HSL | 268.47º | 0.38% | 0.69% | - |
| HSV(B) | 268.47º | 0.29% | 0.81% | - |
| XYZ | 39.25 | 34.44 | 62.97 | - |
| YUV | 162.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 206 | 0.15 | 0.29 | 0 | 0.19 | 268.47 | 0.38 | 0.69 |
| Hex | AF | 93 | CE | F | 1D | 0 | 13 | 10C | 26 | 45 |
| Octal | 257 | 223 | 316 | 17 | 35 | 0 | 23 | 414 | 46 | 105 |
| Binary | 10101111 | 10010011 | 11001110 | 1111 | 11101 | 0 | 10011 | 100001100 | 100110 | 1000101 |
Color Harmonies of #AF93CE
Complementary color
Monochromatic Colors of #AF93CE
Black with #AF93CE
Text Example
Text Example
White with #AF93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93CE; }
p { color: rgb(175,147,206); }
H1.HeaderClassName
{
color: #AF93CE;
}
.AnyTagClassName
{
color: #AF93CE;
}
</style>
background-color css
<style>
a { background-color: #AF93CE; }
a { background-color: rgb(175,147,206); }
div.DivClassName
{
background-color: #AF93CE;
}
.BgClassName
{
background-color: #AF93CE;
}
</style>
border-color css
<style>
span { border-color: #AF93CE; }
span { border-color: rgb(175,147,206); }
td.TdClassName
{
border-color: #AF93CE;
}
.TagClassName
{
border-color: #AF93CE;
}
</style>