Shades of Biloba Flower #A591CB
Tints of Biloba Flower #A591CB
RGB
CMYK
RGB Variations
Color information
#A591CB (or 0xA591CB) is known color: Biloba Flower. HEX triplet: A5, 91 and CB. RGB value is (165,145,203). Sum of RGB (Red+Green+Blue) = 165+145+203=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #A591CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591CB is #5A6E34. Grayscale: #9D9D9D. Windows color (decimal): -5926453 or 13341093. OLE color: 13341093.
HSL color Cylindrical-coordinate representation of color #A591CB: hue angle of 260.69º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A591CB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 145 | 203 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.20 |
| HSL | 260.69º | 0.36% | 0.68% | - |
| HSV(B) | 260.69º | 0.29% | 0.8% | - |
| XYZ | 36.42 | 32.56 | 60.87 | - |
| YUV | 157.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 203 | 0.19 | 0.29 | 0 | 0.20 | 260.69 | 0.36 | 0.68 |
| Hex | A5 | 91 | CB | 13 | 1D | 0 | 14 | 105 | 24 | 44 |
| Octal | 245 | 221 | 313 | 23 | 35 | 0 | 24 | 405 | 44 | 104 |
| Binary | 10100101 | 10010001 | 11001011 | 10011 | 11101 | 0 | 10100 | 100000101 | 100100 | 1000100 |
Color Harmonies of #A591CB
Complementary color
Monochromatic Colors of #A591CB
Black with #A591CB
Text Example
Text Example
White with #A591CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A591CB; }
p { color: rgb(165,145,203); }
H1.HeaderClassName
{
color: #A591CB;
}
.AnyTagClassName
{
color: #A591CB;
}
</style>
background-color css
<style>
a { background-color: #A591CB; }
a { background-color: rgb(165,145,203); }
div.DivClassName
{
background-color: #A591CB;
}
.BgClassName
{
background-color: #A591CB;
}
</style>
border-color css
<style>
span { border-color: #A591CB; }
span { border-color: rgb(165,145,203); }
td.TdClassName
{
border-color: #A591CB;
}
.TagClassName
{
border-color: #A591CB;
}
</style>