Shades of Biloba Flower #AFA2DB
Tints of Biloba Flower #AFA2DB
RGB
CMYK
RGB Variations
Color information
#AFA2DB (or 0xAFA2DB) is known color: Biloba Flower. HEX triplet: AF, A2 and DB. RGB value is (175,162,219). Sum of RGB (Red+Green+Blue) = 175+162+219=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2DB is #505D24. Grayscale: #ACACAC. Windows color (decimal): -5266725 or 14394031. OLE color: 14394031.
HSL color Cylindrical-coordinate representation of color #AFA2DB: hue angle of 253.68º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA2DB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 162 | 219 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.14 |
| HSL | 253.68º | 0.44% | 0.75% | - |
| HSV(B) | 253.68º | 0.26% | 0.86% | - |
| XYZ | 43.39 | 40.07 | 72.47 | - |
| YUV | 172.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 219 | 0.20 | 0.26 | 0 | 0.14 | 253.68 | 0.44 | 0.75 |
| Hex | AF | A2 | DB | 14 | 1A | 0 | E | FE | 2C | 4B |
| Octal | 257 | 242 | 333 | 24 | 32 | 0 | 16 | 376 | 54 | 113 |
| Binary | 10101111 | 10100010 | 11011011 | 10100 | 11010 | 0 | 1110 | 11111110 | 101100 | 1001011 |
Color Harmonies of #AFA2DB
Complementary color
Monochromatic Colors of #AFA2DB
Black with #AFA2DB
Text Example
Text Example
White with #AFA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2DB; }
p { color: rgb(175,162,219); }
H1.HeaderClassName
{
color: #AFA2DB;
}
.AnyTagClassName
{
color: #AFA2DB;
}
</style>
background-color css
<style>
a { background-color: #AFA2DB; }
a { background-color: rgb(175,162,219); }
div.DivClassName
{
background-color: #AFA2DB;
}
.BgClassName
{
background-color: #AFA2DB;
}
</style>
border-color css
<style>
span { border-color: #AFA2DB; }
span { border-color: rgb(175,162,219); }
td.TdClassName
{
border-color: #AFA2DB;
}
.TagClassName
{
border-color: #AFA2DB;
}
</style>