Shades of Biloba Flower #A28FD0
Tints of Biloba Flower #A28FD0
RGB
CMYK
RGB Variations
Color information
#A28FD0 (or 0xA28FD0) is known color: Biloba Flower. HEX triplet: A2, 8F and D0. RGB value is (162,143,208). Sum of RGB (Red+Green+Blue) = 162+143+208=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #A28FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FD0 is #5D702F. Grayscale: #9B9B9B. Windows color (decimal): -6123568 or 13668258. OLE color: 13668258.
HSL color Cylindrical-coordinate representation of color #A28FD0: hue angle of 257.54º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28FD0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 162 | 143 | 208 | - |
CMYK | 0.22 | 0.31 | 0 | 0.18 |
HSL | 257.54º | 0.41% | 0.69% | - |
HSV(B) | 257.54º | 0.31% | 0.82% | - |
XYZ | 36.11 | 31.88 | 63.92 | - |
YUV | 156.09 | 157.29 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 143 | 208 | 0.22 | 0.31 | 0 | 0.18 | 257.54 | 0.41 | 0.69 |
Hex | A2 | 8F | D0 | 16 | 1F | 0 | 12 | 102 | 29 | 45 |
Octal | 242 | 217 | 320 | 26 | 37 | 0 | 22 | 402 | 51 | 105 |
Binary | 10100010 | 10001111 | 11010000 | 10110 | 11111 | 0 | 10010 | 100000010 | 101001 | 1000101 |
Color Harmonies of #A28FD0
Complementary color
Monochromatic Colors of #A28FD0
Black with #A28FD0
Text Example
Text Example
White with #A28FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FD0; }
p { color: rgb(162,143,208); }
H1.HeaderClassName
{
color: #A28FD0;
}
.AnyTagClassName
{
color: #A28FD0;
}
</style>
background-color css
<style>
a { background-color: #A28FD0; }
a { background-color: rgb(162,143,208); }
div.DivClassName
{
background-color: #A28FD0;
}
.BgClassName
{
background-color: #A28FD0;
}
</style>
border-color css
<style>
span { border-color: #A28FD0; }
span { border-color: rgb(162,143,208); }
td.TdClassName
{
border-color: #A28FD0;
}
.TagClassName
{
border-color: #A28FD0;
}
</style>