Shades of Biloba Flower #A898D3
Tints of Biloba Flower #A898D3
RGB
CMYK
RGB Variations
Color information
#A898D3 (or 0xA898D3) is known color: Biloba Flower. HEX triplet: A8, 98 and D3. RGB value is (168,152,211). Sum of RGB (Red+Green+Blue) = 168+152+211=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #A898D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898D3 is #57672C. Grayscale: #A3A3A3. Windows color (decimal): -5728045 or 13867176. OLE color: 13867176.
HSL color Cylindrical-coordinate representation of color #A898D3: hue angle of 256.27º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A898D3 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 152 | 211 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.17 |
| HSL | 256.27º | 0.4% | 0.71% | - |
| HSV(B) | 256.27º | 0.28% | 0.83% | - |
| XYZ | 39.13 | 35.48 | 66.41 | - |
| YUV | 163.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 211 | 0.20 | 0.28 | 0 | 0.17 | 256.27 | 0.4 | 0.71 |
| Hex | A8 | 98 | D3 | 14 | 1C | 0 | 11 | 100 | 28 | 47 |
| Octal | 250 | 230 | 323 | 24 | 34 | 0 | 21 | 400 | 50 | 107 |
| Binary | 10101000 | 10011000 | 11010011 | 10100 | 11100 | 0 | 10001 | 100000000 | 101000 | 1000111 |
Color Harmonies of #A898D3
Complementary color
Monochromatic Colors of #A898D3
Black with #A898D3
Text Example
Text Example
White with #A898D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898D3; }
p { color: rgb(168,152,211); }
H1.HeaderClassName
{
color: #A898D3;
}
.AnyTagClassName
{
color: #A898D3;
}
</style>
background-color css
<style>
a { background-color: #A898D3; }
a { background-color: rgb(168,152,211); }
div.DivClassName
{
background-color: #A898D3;
}
.BgClassName
{
background-color: #A898D3;
}
</style>
border-color css
<style>
span { border-color: #A898D3; }
span { border-color: rgb(168,152,211); }
td.TdClassName
{
border-color: #A898D3;
}
.TagClassName
{
border-color: #A898D3;
}
</style>