Shades of Biloba Flower #A592CB
Tints of Biloba Flower #A592CB
RGB
CMYK
RGB Variations
Color information
#A592CB (or 0xA592CB) is known color: Biloba Flower. HEX triplet: A5, 92 and CB. RGB value is (165,146,203). Sum of RGB (Red+Green+Blue) = 165+146+203=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #A592CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592CB is #5A6D34. Grayscale: #9D9D9D. Windows color (decimal): -5926197 or 13341349. OLE color: 13341349.
HSL color Cylindrical-coordinate representation of color #A592CB: hue angle of 260º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A592CB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 146 | 203 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.20 |
| HSL | 260º | 0.35% | 0.68% | - |
| HSV(B) | 260º | 0.28% | 0.8% | - |
| XYZ | 36.58 | 32.87 | 60.92 | - |
| YUV | 158.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 203 | 0.19 | 0.28 | 0 | 0.20 | 260 | 0.35 | 0.68 |
| Hex | A5 | 92 | CB | 13 | 1C | 0 | 14 | 104 | 23 | 44 |
| Octal | 245 | 222 | 313 | 23 | 34 | 0 | 24 | 404 | 43 | 104 |
| Binary | 10100101 | 10010010 | 11001011 | 10011 | 11100 | 0 | 10100 | 100000100 | 100011 | 1000100 |
Color Harmonies of #A592CB
Complementary color
Monochromatic Colors of #A592CB
Black with #A592CB
Text Example
Text Example
White with #A592CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592CB; }
p { color: rgb(165,146,203); }
H1.HeaderClassName
{
color: #A592CB;
}
.AnyTagClassName
{
color: #A592CB;
}
</style>
background-color css
<style>
a { background-color: #A592CB; }
a { background-color: rgb(165,146,203); }
div.DivClassName
{
background-color: #A592CB;
}
.BgClassName
{
background-color: #A592CB;
}
</style>
border-color css
<style>
span { border-color: #A592CB; }
span { border-color: rgb(165,146,203); }
td.TdClassName
{
border-color: #A592CB;
}
.TagClassName
{
border-color: #A592CB;
}
</style>