Shades of Biloba Flower #A28ADF
Tints of Biloba Flower #A28ADF
RGB
CMYK
RGB Variations
Color information
#A28ADF (or 0xA28ADF) is known color: Biloba Flower. HEX triplet: A2, 8A and DF. RGB value is (162,138,223). Sum of RGB (Red+Green+Blue) = 162+138+223=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A28ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ADF is #5D7520. Grayscale: #9A9A9A. Windows color (decimal): -6124833 or 14650018. OLE color: 14650018.
HSL color Cylindrical-coordinate representation of color #A28ADF: hue angle of 256.94º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A28ADF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 138 | 223 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.13 |
| HSL | 256.94º | 0.57% | 0.71% | - |
| HSV(B) | 256.94º | 0.38% | 0.87% | - |
| XYZ | 37.31 | 31.19 | 73.87 | - |
| YUV | 154.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 223 | 0.27 | 0.38 | 0 | 0.13 | 256.94 | 0.57 | 0.71 |
| Hex | A2 | 8A | DF | 1B | 26 | 0 | D | 101 | 39 | 47 |
| Octal | 242 | 212 | 337 | 33 | 46 | 0 | 15 | 401 | 71 | 107 |
| Binary | 10100010 | 10001010 | 11011111 | 11011 | 100110 | 0 | 1101 | 100000001 | 111001 | 1000111 |
Color Harmonies of #A28ADF
Complementary color
Monochromatic Colors of #A28ADF
Black with #A28ADF
Text Example
Text Example
White with #A28ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ADF; }
p { color: rgb(162,138,223); }
H1.HeaderClassName
{
color: #A28ADF;
}
.AnyTagClassName
{
color: #A28ADF;
}
</style>
background-color css
<style>
a { background-color: #A28ADF; }
a { background-color: rgb(162,138,223); }
div.DivClassName
{
background-color: #A28ADF;
}
.BgClassName
{
background-color: #A28ADF;
}
</style>
border-color css
<style>
span { border-color: #A28ADF; }
span { border-color: rgb(162,138,223); }
td.TdClassName
{
border-color: #A28ADF;
}
.TagClassName
{
border-color: #A28ADF;
}
</style>