Shades of Biloba Flower #A28ADC
Tints of Biloba Flower #A28ADC
RGB
CMYK
RGB Variations
Color information
#A28ADC (or 0xA28ADC) is known color: Biloba Flower. HEX triplet: A2, 8A and DC. RGB value is (162,138,220). Sum of RGB (Red+Green+Blue) = 162+138+220=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #A28ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ADC is #5D7523. Grayscale: #9A9A9A. Windows color (decimal): -6124836 or 14453410. OLE color: 14453410.
HSL color Cylindrical-coordinate representation of color #A28ADC: hue angle of 257.56º 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 #A28ADC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 138 | 220 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.14 |
| HSL | 257.56º | 0.54% | 0.7% | - |
| HSV(B) | 257.56º | 0.37% | 0.86% | - |
| XYZ | 36.91 | 31.03 | 71.75 | - |
| YUV | 154.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 220 | 0.26 | 0.37 | 0 | 0.14 | 257.56 | 0.54 | 0.7 |
| Hex | A2 | 8A | DC | 1A | 25 | 0 | E | 102 | 36 | 46 |
| Octal | 242 | 212 | 334 | 32 | 45 | 0 | 16 | 402 | 66 | 106 |
| Binary | 10100010 | 10001010 | 11011100 | 11010 | 100101 | 0 | 1110 | 100000010 | 110110 | 1000110 |
Color Harmonies of #A28ADC
Complementary color
Monochromatic Colors of #A28ADC
Black with #A28ADC
Text Example
Text Example
White with #A28ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28ADC; }
p { color: rgb(162,138,220); }
H1.HeaderClassName
{
color: #A28ADC;
}
.AnyTagClassName
{
color: #A28ADC;
}
</style>
background-color css
<style>
a { background-color: #A28ADC; }
a { background-color: rgb(162,138,220); }
div.DivClassName
{
background-color: #A28ADC;
}
.BgClassName
{
background-color: #A28ADC;
}
</style>
border-color css
<style>
span { border-color: #A28ADC; }
span { border-color: rgb(162,138,220); }
td.TdClassName
{
border-color: #A28ADC;
}
.TagClassName
{
border-color: #A28ADC;
}
</style>