Shades of Biloba Flower #AF8CCE
Tints of Biloba Flower #AF8CCE
RGB
CMYK
RGB Variations
Color information
#AF8CCE (or 0xAF8CCE) is known color: Biloba Flower. HEX triplet: AF, 8C and CE. RGB value is (175,140,206). Sum of RGB (Red+Green+Blue) = 175+140+206=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CCE is #507331. Grayscale: #9D9D9D. Windows color (decimal): -5272370 or 13536431. OLE color: 13536431.
HSL color Cylindrical-coordinate representation of color #AF8CCE: hue angle of 271.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8CCE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 140 | 206 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.19 |
| HSL | 271.82º | 0.4% | 0.68% | - |
| HSV(B) | 271.82º | 0.32% | 0.81% | - |
| XYZ | 38.2 | 32.33 | 62.62 | - |
| YUV | 157.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 206 | 0.15 | 0.32 | 0 | 0.19 | 271.82 | 0.4 | 0.68 |
| Hex | AF | 8C | CE | F | 20 | 0 | 13 | 110 | 28 | 44 |
| Octal | 257 | 214 | 316 | 17 | 40 | 0 | 23 | 420 | 50 | 104 |
| Binary | 10101111 | 10001100 | 11001110 | 1111 | 100000 | 0 | 10011 | 100010000 | 101000 | 1000100 |
Color Harmonies of #AF8CCE
Complementary color
Monochromatic Colors of #AF8CCE
Black with #AF8CCE
Text Example
Text Example
White with #AF8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CCE; }
p { color: rgb(175,140,206); }
H1.HeaderClassName
{
color: #AF8CCE;
}
.AnyTagClassName
{
color: #AF8CCE;
}
</style>
background-color css
<style>
a { background-color: #AF8CCE; }
a { background-color: rgb(175,140,206); }
div.DivClassName
{
background-color: #AF8CCE;
}
.BgClassName
{
background-color: #AF8CCE;
}
</style>
border-color css
<style>
span { border-color: #AF8CCE; }
span { border-color: rgb(175,140,206); }
td.TdClassName
{
border-color: #AF8CCE;
}
.TagClassName
{
border-color: #AF8CCE;
}
</style>