Shades of Biloba Flower #AF95DB
Tints of Biloba Flower #AF95DB
RGB
CMYK
RGB Variations
Color information
#AF95DB (or 0xAF95DB) is known color: Biloba Flower. HEX triplet: AF, 95 and DB. RGB value is (175,149,219). Sum of RGB (Red+Green+Blue) = 175+149+219=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95DB is #506A24. Grayscale: #A4A4A4. Windows color (decimal): -5270053 or 14390703. OLE color: 14390703.
HSL color Cylindrical-coordinate representation of color #AF95DB: hue angle of 262.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF95DB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 149 | 219 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.14 |
| HSL | 262.29º | 0.49% | 0.72% | - |
| HSV(B) | 262.29º | 0.32% | 0.86% | - |
| XYZ | 41.21 | 35.72 | 71.74 | - |
| YUV | 164.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 219 | 0.20 | 0.32 | 0 | 0.14 | 262.29 | 0.49 | 0.72 |
| Hex | AF | 95 | DB | 14 | 20 | 0 | E | 106 | 31 | 48 |
| Octal | 257 | 225 | 333 | 24 | 40 | 0 | 16 | 406 | 61 | 110 |
| Binary | 10101111 | 10010101 | 11011011 | 10100 | 100000 | 0 | 1110 | 100000110 | 110001 | 1001000 |
Color Harmonies of #AF95DB
Complementary color
Monochromatic Colors of #AF95DB
Black with #AF95DB
Text Example
Text Example
White with #AF95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF95DB; }
p { color: rgb(175,149,219); }
H1.HeaderClassName
{
color: #AF95DB;
}
.AnyTagClassName
{
color: #AF95DB;
}
</style>
background-color css
<style>
a { background-color: #AF95DB; }
a { background-color: rgb(175,149,219); }
div.DivClassName
{
background-color: #AF95DB;
}
.BgClassName
{
background-color: #AF95DB;
}
</style>
border-color css
<style>
span { border-color: #AF95DB; }
span { border-color: rgb(175,149,219); }
td.TdClassName
{
border-color: #AF95DB;
}
.TagClassName
{
border-color: #AF95DB;
}
</style>