Shades of Biloba Flower #A28CDB
Tints of Biloba Flower #A28CDB
RGB
CMYK
RGB Variations
Color information
#A28CDB (or 0xA28CDB) is known color: Biloba Flower. HEX triplet: A2, 8C and DB. RGB value is (162,140,219). Sum of RGB (Red+Green+Blue) = 162+140+219=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A28CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CDB is #5D7324. Grayscale: #9B9B9B. Windows color (decimal): -6124325 or 14388386. OLE color: 14388386.
HSL color Cylindrical-coordinate representation of color #A28CDB: hue angle of 256.71º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28CDB is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 140 | 219 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.14 |
| HSL | 256.71º | 0.52% | 0.7% | - |
| HSV(B) | 256.71º | 0.36% | 0.86% | - |
| XYZ | 37.06 | 31.55 | 71.15 | - |
| YUV | 155.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 219 | 0.26 | 0.36 | 0 | 0.14 | 256.71 | 0.52 | 0.7 |
| Hex | A2 | 8C | DB | 1A | 24 | 0 | E | 101 | 34 | 46 |
| Octal | 242 | 214 | 333 | 32 | 44 | 0 | 16 | 401 | 64 | 106 |
| Binary | 10100010 | 10001100 | 11011011 | 11010 | 100100 | 0 | 1110 | 100000001 | 110100 | 1000110 |
Color Harmonies of #A28CDB
Complementary color
Monochromatic Colors of #A28CDB
Black with #A28CDB
Text Example
Text Example
White with #A28CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CDB; }
p { color: rgb(162,140,219); }
H1.HeaderClassName
{
color: #A28CDB;
}
.AnyTagClassName
{
color: #A28CDB;
}
</style>
background-color css
<style>
a { background-color: #A28CDB; }
a { background-color: rgb(162,140,219); }
div.DivClassName
{
background-color: #A28CDB;
}
.BgClassName
{
background-color: #A28CDB;
}
</style>
border-color css
<style>
span { border-color: #A28CDB; }
span { border-color: rgb(162,140,219); }
td.TdClassName
{
border-color: #A28CDB;
}
.TagClassName
{
border-color: #A28CDB;
}
</style>