Shades of Biloba Flower #AF8FF3
Tints of Biloba Flower #AF8FF3
RGB
CMYK
RGB Variations
Color information
#AF8FF3 (or 0xAF8FF3) is known color: Biloba Flower. HEX triplet: AF, 8F and F3. RGB value is (175,143,243). Sum of RGB (Red+Green+Blue) = 175+143+243=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF8FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FF3 is #50700C. Grayscale: #A3A3A3. Windows color (decimal): -5271565 or 15962031. OLE color: 15962031.
HSL color Cylindrical-coordinate representation of color #AF8FF3: hue angle of 259.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8FF3 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 143 | 243 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.05 |
| HSL | 259.2º | 0.81% | 0.76% | - |
| HSV(B) | 259.2º | 0.41% | 0.95% | - |
| XYZ | 43.68 | 35.23 | 89.29 | - |
| YUV | 163.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 243 | 0.28 | 0.41 | 0 | 0.05 | 259.2 | 0.81 | 0.76 |
| Hex | AF | 8F | F3 | 1C | 29 | 0 | 5 | 103 | 51 | 4C |
| Octal | 257 | 217 | 363 | 34 | 51 | 0 | 5 | 403 | 121 | 114 |
| Binary | 10101111 | 10001111 | 11110011 | 11100 | 101001 | 0 | 101 | 100000011 | 1010001 | 1001100 |
Color Harmonies of #AF8FF3
Complementary color
Monochromatic Colors of #AF8FF3
Black with #AF8FF3
Text Example
Text Example
White with #AF8FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FF3; }
p { color: rgb(175,143,243); }
H1.HeaderClassName
{
color: #AF8FF3;
}
.AnyTagClassName
{
color: #AF8FF3;
}
</style>
background-color css
<style>
a { background-color: #AF8FF3; }
a { background-color: rgb(175,143,243); }
div.DivClassName
{
background-color: #AF8FF3;
}
.BgClassName
{
background-color: #AF8FF3;
}
</style>
border-color css
<style>
span { border-color: #AF8FF3; }
span { border-color: rgb(175,143,243); }
td.TdClassName
{
border-color: #AF8FF3;
}
.TagClassName
{
border-color: #AF8FF3;
}
</style>