Shades of Biloba Flower #A28BDC
Tints of Biloba Flower #A28BDC
RGB
CMYK
RGB Variations
Color information
#A28BDC (or 0xA28BDC) is known color: Biloba Flower. HEX triplet: A2, 8B and DC. RGB value is (162,139,220). Sum of RGB (Red+Green+Blue) = 162+139+220=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A28BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BDC is #5D7423. Grayscale: #9A9A9A. Windows color (decimal): -6124580 or 14453666. OLE color: 14453666.
HSL color Cylindrical-coordinate representation of color #A28BDC: hue angle of 257.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A28BDC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 139 | 220 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.14 |
| HSL | 257.04º | 0.54% | 0.7% | - |
| HSV(B) | 257.04º | 0.37% | 0.86% | - |
| XYZ | 37.05 | 31.31 | 71.8 | - |
| YUV | 155.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 220 | 0.26 | 0.37 | 0 | 0.14 | 257.04 | 0.54 | 0.7 |
| Hex | A2 | 8B | DC | 1A | 25 | 0 | E | 101 | 36 | 46 |
| Octal | 242 | 213 | 334 | 32 | 45 | 0 | 16 | 401 | 66 | 106 |
| Binary | 10100010 | 10001011 | 11011100 | 11010 | 100101 | 0 | 1110 | 100000001 | 110110 | 1000110 |
Color Harmonies of #A28BDC
Complementary color
Monochromatic Colors of #A28BDC
Black with #A28BDC
Text Example
Text Example
White with #A28BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BDC; }
p { color: rgb(162,139,220); }
H1.HeaderClassName
{
color: #A28BDC;
}
.AnyTagClassName
{
color: #A28BDC;
}
</style>
background-color css
<style>
a { background-color: #A28BDC; }
a { background-color: rgb(162,139,220); }
div.DivClassName
{
background-color: #A28BDC;
}
.BgClassName
{
background-color: #A28BDC;
}
</style>
border-color css
<style>
span { border-color: #A28BDC; }
span { border-color: rgb(162,139,220); }
td.TdClassName
{
border-color: #A28BDC;
}
.TagClassName
{
border-color: #A28BDC;
}
</style>