Shades of Biloba Flower #AF9BEB
Tints of Biloba Flower #AF9BEB
RGB
CMYK
RGB Variations
Color information
#AF9BEB (or 0xAF9BEB) is known color: Biloba Flower. HEX triplet: AF, 9B and EB. RGB value is (175,155,235). Sum of RGB (Red+Green+Blue) = 175+155+235=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9BEB is #506414. Grayscale: #A9A9A9. Windows color (decimal): -5268501 or 15440815. OLE color: 15440815.
HSL color Cylindrical-coordinate representation of color #AF9BEB: hue angle of 255º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF9BEB is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 155 | 235 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.08 |
| HSL | 255º | 0.67% | 0.76% | - |
| HSV(B) | 255º | 0.34% | 0.92% | - |
| XYZ | 44.4 | 38.55 | 83.7 | - |
| YUV | 170.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 235 | 0.26 | 0.34 | 0 | 0.08 | 255 | 0.67 | 0.76 |
| Hex | AF | 9B | EB | 1A | 22 | 0 | 8 | FF | 43 | 4C |
| Octal | 257 | 233 | 353 | 32 | 42 | 0 | 10 | 377 | 103 | 114 |
| Binary | 10101111 | 10011011 | 11101011 | 11010 | 100010 | 0 | 1000 | 11111111 | 1000011 | 1001100 |
Color Harmonies of #AF9BEB
Complementary color
Monochromatic Colors of #AF9BEB
Black with #AF9BEB
Text Example
Text Example
White with #AF9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9BEB; }
p { color: rgb(175,155,235); }
H1.HeaderClassName
{
color: #AF9BEB;
}
.AnyTagClassName
{
color: #AF9BEB;
}
</style>
background-color css
<style>
a { background-color: #AF9BEB; }
a { background-color: rgb(175,155,235); }
div.DivClassName
{
background-color: #AF9BEB;
}
.BgClassName
{
background-color: #AF9BEB;
}
</style>
border-color css
<style>
span { border-color: #AF9BEB; }
span { border-color: rgb(175,155,235); }
td.TdClassName
{
border-color: #AF9BEB;
}
.TagClassName
{
border-color: #AF9BEB;
}
</style>