Shades of Biloba Flower #A28BD2
Tints of Biloba Flower #A28BD2
RGB
CMYK
RGB Variations
Color information
#A28BD2 (or 0xA28BD2) is known color: Biloba Flower. HEX triplet: A2, 8B and D2. RGB value is (162,139,210). Sum of RGB (Red+Green+Blue) = 162+139+210=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #A28BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BD2 is #5D742D. Grayscale: #999999. Windows color (decimal): -6124590 or 13798306. OLE color: 13798306.
HSL color Cylindrical-coordinate representation of color #A28BD2: hue angle of 259.44º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A28BD2 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 139 | 210 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.18 |
| HSL | 259.44º | 0.44% | 0.68% | - |
| HSV(B) | 259.44º | 0.34% | 0.82% | - |
| XYZ | 35.77 | 30.8 | 65.03 | - |
| YUV | 153.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 210 | 0.23 | 0.34 | 0 | 0.18 | 259.44 | 0.44 | 0.68 |
| Hex | A2 | 8B | D2 | 17 | 22 | 0 | 12 | 103 | 2C | 44 |
| Octal | 242 | 213 | 322 | 27 | 42 | 0 | 22 | 403 | 54 | 104 |
| Binary | 10100010 | 10001011 | 11010010 | 10111 | 100010 | 0 | 10010 | 100000011 | 101100 | 1000100 |
Color Harmonies of #A28BD2
Complementary color
Monochromatic Colors of #A28BD2
Black with #A28BD2
Text Example
Text Example
White with #A28BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BD2; }
p { color: rgb(162,139,210); }
H1.HeaderClassName
{
color: #A28BD2;
}
.AnyTagClassName
{
color: #A28BD2;
}
</style>
background-color css
<style>
a { background-color: #A28BD2; }
a { background-color: rgb(162,139,210); }
div.DivClassName
{
background-color: #A28BD2;
}
.BgClassName
{
background-color: #A28BD2;
}
</style>
border-color css
<style>
span { border-color: #A28BD2; }
span { border-color: rgb(162,139,210); }
td.TdClassName
{
border-color: #A28BD2;
}
.TagClassName
{
border-color: #A28BD2;
}
</style>