Shades of Biloba Flower #A895C4
Tints of Biloba Flower #A895C4
RGB
CMYK
RGB Variations
Color information
#A895C4 (or 0xA895C4) is known color: Biloba Flower. HEX triplet: A8, 95 and C4. RGB value is (168,149,196). Sum of RGB (Red+Green+Blue) = 168+149+196=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #A895C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895C4 is #576A3B. Grayscale: #9F9F9F. Windows color (decimal): -5728828 or 12883368. OLE color: 12883368.
HSL color Cylindrical-coordinate representation of color #A895C4: hue angle of 264.26º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A895C4 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 149 | 196 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.23 |
| HSL | 264.26º | 0.28% | 0.68% | - |
| HSV(B) | 264.26º | 0.24% | 0.77% | - |
| XYZ | 36.86 | 33.81 | 56.81 | - |
| YUV | 160.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 196 | 0.14 | 0.24 | 0 | 0.23 | 264.26 | 0.28 | 0.68 |
| Hex | A8 | 95 | C4 | E | 18 | 0 | 17 | 108 | 1C | 44 |
| Octal | 250 | 225 | 304 | 16 | 30 | 0 | 27 | 410 | 34 | 104 |
| Binary | 10101000 | 10010101 | 11000100 | 1110 | 11000 | 0 | 10111 | 100001000 | 11100 | 1000100 |
Color Harmonies of #A895C4
Complementary color
Monochromatic Colors of #A895C4
Black with #A895C4
Text Example
Text Example
White with #A895C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895C4; }
p { color: rgb(168,149,196); }
H1.HeaderClassName
{
color: #A895C4;
}
.AnyTagClassName
{
color: #A895C4;
}
</style>
background-color css
<style>
a { background-color: #A895C4; }
a { background-color: rgb(168,149,196); }
div.DivClassName
{
background-color: #A895C4;
}
.BgClassName
{
background-color: #A895C4;
}
</style>
border-color css
<style>
span { border-color: #A895C4; }
span { border-color: rgb(168,149,196); }
td.TdClassName
{
border-color: #A895C4;
}
.TagClassName
{
border-color: #A895C4;
}
</style>