Shades of Biloba Flower #A895CC
Tints of Biloba Flower #A895CC
RGB
CMYK
RGB Variations
Color information
#A895CC (or 0xA895CC) is known color: Biloba Flower. HEX triplet: A8, 95 and CC. RGB value is (168,149,204). Sum of RGB (Red+Green+Blue) = 168+149+204=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #A895CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895CC is #576A33. Grayscale: #A0A0A0. Windows color (decimal): -5728820 or 13407656. OLE color: 13407656.
HSL color Cylindrical-coordinate representation of color #A895CC: hue angle of 260.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A895CC is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 149 | 204 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.2 |
| HSL | 260.73º | 0.35% | 0.69% | - |
| HSV(B) | 260.73º | 0.27% | 0.8% | - |
| XYZ | 37.79 | 34.18 | 61.73 | - |
| YUV | 160.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 204 | 0.18 | 0.27 | 0 | 0.2 | 260.73 | 0.35 | 0.69 |
| Hex | A8 | 95 | CC | 12 | 1B | 0 | 14 | 105 | 23 | 45 |
| Octal | 250 | 225 | 314 | 22 | 33 | 0 | 24 | 405 | 43 | 105 |
| Binary | 10101000 | 10010101 | 11001100 | 10010 | 11011 | 0 | 10100 | 100000101 | 100011 | 1000101 |
Color Harmonies of #A895CC
Complementary color
Monochromatic Colors of #A895CC
Black with #A895CC
Text Example
Text Example
White with #A895CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895CC; }
p { color: rgb(168,149,204); }
H1.HeaderClassName
{
color: #A895CC;
}
.AnyTagClassName
{
color: #A895CC;
}
</style>
background-color css
<style>
a { background-color: #A895CC; }
a { background-color: rgb(168,149,204); }
div.DivClassName
{
background-color: #A895CC;
}
.BgClassName
{
background-color: #A895CC;
}
</style>
border-color css
<style>
span { border-color: #A895CC; }
span { border-color: rgb(168,149,204); }
td.TdClassName
{
border-color: #A895CC;
}
.TagClassName
{
border-color: #A895CC;
}
</style>